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,170 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"APAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountBasedExpenseLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillableStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ItemBasedExpenseLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BillableStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Qty": {
|
||||
"type": "integer"
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SalesTermRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"VendorRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"BalanceWithJobs": {
|
||||
"type": "integer"
|
||||
},
|
||||
"BillWithParent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DefaultTaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisplayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FullyQualifiedName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsProject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Job": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PreferredDeliveryMethod": {
|
||||
"type": "string"
|
||||
},
|
||||
"PrintOnCheckName": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Taxable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillWithParent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DefaultTaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisplayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FullyQualifiedName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IsProject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Job": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PreferredDeliveryMethod": {
|
||||
"type": "string"
|
||||
},
|
||||
"PrintOnCheckName": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Taxable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillWithParent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CompanyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisplayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FullyQualifiedName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Job": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PreferredDeliveryMethod": {
|
||||
"type": "string"
|
||||
},
|
||||
"PrimaryEmailAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrimaryPhone": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FreeFormNumber": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintOnCheckName": {
|
||||
"type": "string"
|
||||
},
|
||||
"ShipAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Taxable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,215 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Lat": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Long": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedByRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"ShipFromAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line2": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,266 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedByRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"SalesTermRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ShipAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnTaxDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TaxLine": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PercentBased": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TaxRateRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,260 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line2": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line3": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerMemo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"SalesTermRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ShipAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnTaxDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TaxLine": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PercentBased": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TaxRateRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"TxnTaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeliveryInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DeliveryTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"DeliveryType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"DeferredRevenue": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FullyQualifiedName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IncomeAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TrackQtyOnHand": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"UnitPrice": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FullyQualifiedName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"IncomeAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TrackQtyOnHand": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DepositToAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"ExchangeRate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"LineEx": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"any": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"declaredType": {
|
||||
"type": "string"
|
||||
},
|
||||
"globalScope": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"nil": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"typeSubstituted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PaymentMethodRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PaymentRefNum": {
|
||||
"type": "string"
|
||||
},
|
||||
"ProcessPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"UnappliedAmt": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DepositToAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"LineEx": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"any": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"declaredType": {
|
||||
"type": "string"
|
||||
},
|
||||
"globalScope": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"nil": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"typeSubstituted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PaymentMethodRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ProcessPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Credit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"EntityRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountBasedExpenseLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillableStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PaymentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"PurchaseEx": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"any": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"declaredType": {
|
||||
"type": "string"
|
||||
},
|
||||
"globalScope": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"nil": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"typeSubstituted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"doc_num": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_no_post": {
|
||||
"type": "string"
|
||||
},
|
||||
"memo": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"other_account": {
|
||||
"type": "string"
|
||||
},
|
||||
"subt_nat_amount": {
|
||||
"type": "string"
|
||||
},
|
||||
"tx_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"txn_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
}
|
||||
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AcctNum": {
|
||||
"type": "string"
|
||||
},
|
||||
"Active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Lat": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Long": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CompanyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisplayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"FamilyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Fax": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FreeFormNumber": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GivenName": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Mobile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FreeFormNumber": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrimaryEmailAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrimaryPhone": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FreeFormNumber": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintOnCheckName": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"Vendor1099": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"WebAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"URI": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user