Skip to content

Commit

Permalink
Add AccountingDetails to UpdateOrg Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Aug 12, 2024
1 parent 62a5727 commit a04e785
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions KarbonAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -6108,6 +6108,50 @@
"EntityDescription": {
"Text": "John Doe is the Managing Director of this organization."
},
"AccountingDetails": {
"ContactKey": null,
"OrganizationKey": "SCwCq2M9pFm",
"BirthDate": null,
"DeathDate": null,
"Salutation": null,
"Sex": null,
"FinancialYearEndDay": 1,
"FinancialYearEndMonth": 1,
"IncorporationDate": null,
"IncorporationState": null,
"LegalName": "The Sample Company",
"LineOfBusiness": "Manufacturing",
"EntityType": "Corporation",
"TaxCountryCode": "US",
"TradingName": null,
"AnnualRevenue": 10000000.00,
"BaseCurrency": null,
"GstBasis": null,
"GstPeriod": null,
"IncomeTaxInstallmentPeriod": null,
"IsVATRegistered": null,
"OrganizationValuation": 0.00,
"PaysTax": null,
"PrepareGST": null,
"ProvisionalTaxBasis": null,
"ProvisionalTaxRatio": null,
"RevenueModel": null,
"SalesTaxBasis": null,
"SalesTaxPeriod": null,
"Sells": null,
"RegistrationNumbers": [
{
"RegistrationNumber": "123456789",
"Type": "Tax ID"
}
],
"Notes": [
{
"Body": "Example text",
"Type": "Basic"
}
]
},
"BusinessCards": {
"BusinessCardKey": "2tBHyXtJBxBy",
"EntityType": "Organization",
Expand Down Expand Up @@ -11777,6 +11821,9 @@
"Hidden"
]
},
"AccountingDetail": {
"$ref": "#/components/schemas/DetailsOfAccounting"
},
"BusinessCards": {
"type": "array",
"items": {
Expand Down

0 comments on commit a04e785

Please sign in to comment.