first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressLine1": {
|
||||
"type": "string"
|
||||
},
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ContactGroupID": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactPersons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"FirstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"IncludeInEmails": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AmountPaid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"BrandingThemeID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ContactGroupID": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactPersons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"FirstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"IncludeInEmails": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"CurrencyRate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"InvoiceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"InvoiceNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDiscounted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LineAmountTypes": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItems": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"SentToContact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,310 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Attachments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AttachmentID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContentLength": {
|
||||
"type": "integer"
|
||||
},
|
||||
"FileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"MimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BrandingThemeID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountsReceivableTaxType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressLine1": {
|
||||
"type": "string"
|
||||
},
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ContactGroupID": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactPersons": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"FirstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"IncludeInEmails": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"DefaultCurrency": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"FirstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"PurchasesTrackingCategories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TrackingCategoryName": {
|
||||
"type": "string"
|
||||
},
|
||||
"TrackingOptionName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"SalesTrackingCategories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TrackingCategoryName": {
|
||||
"type": "string"
|
||||
},
|
||||
"TrackingOptionName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"InvoiceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"InvoiceNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDiscounted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LineAmountTypes": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItems": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"AccountID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Tracking": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Option": {
|
||||
"type": "string"
|
||||
},
|
||||
"TrackingCategoryID": {
|
||||
"type": "string"
|
||||
},
|
||||
"TrackingOptionID": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Overpayments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AppliedAmount": {
|
||||
"type": "number"
|
||||
},
|
||||
"CurrencyRate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"OverpaymentID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Total": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"SentToContact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
},
|
||||
"Url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,197 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BrandingThemeID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CreditNotes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreditNoteID": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreditNoteNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ID": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"InvoiceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"InvoiceNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDiscounted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LineAmountTypes": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItems": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"AccountID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"Item": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Code": {
|
||||
"type": "string"
|
||||
},
|
||||
"ItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Tracking": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Option": {
|
||||
"type": "string"
|
||||
},
|
||||
"TrackingCategoryID": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Overpayments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AppliedAmount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"OverpaymentID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Total": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Payments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasAccount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Reference": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"SentToContact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,178 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AmountPaid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"BrandingThemeID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Contact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Addresses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AddressType": {
|
||||
"type": "string"
|
||||
},
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"Country": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Region": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BankAccountDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactID": {
|
||||
"type": "string"
|
||||
},
|
||||
"ContactStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasValidationErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsCustomer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"IsSupplier": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Phones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PhoneAreaCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneCountryCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"PhoneType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"CurrencyRate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"DateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDateString": {
|
||||
"type": "string"
|
||||
},
|
||||
"HasErrors": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"InvoiceID": {
|
||||
"type": "string"
|
||||
},
|
||||
"InvoiceNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsDiscounted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"LineAmountTypes": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItems": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"AccountID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"Item": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Code": {
|
||||
"type": "string"
|
||||
},
|
||||
"ItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineItemID": {
|
||||
"type": "string"
|
||||
},
|
||||
"Quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"TaxType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"SentToContact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Status": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"UpdatedDateUTC": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user