Intuit · Example Payload

Quickbooks Accounting Customer Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Quickbooks Accounting Customer Example is an example object payload from Intuit, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdSyncTokenTitleGivenNameMiddleNameFamilyNameSuffixDisplayNameCompanyNamePrintOnCheckNameActiveTaxableNotesJobLevelFullyQualifiedNamePreferredDeliveryMethodBalanceBalanceWithJobsTaxExemptionReasonIdWebAddrdomainsparse

Example Payload

Raw ↑
{
  "Id": "abc123",
  "SyncToken": "example_value",
  "Title": "Example Title",
  "GivenName": "example_value",
  "MiddleName": "example_value",
  "FamilyName": "example_value",
  "Suffix": "example_value",
  "DisplayName": "example_value",
  "CompanyName": "example_value",
  "PrintOnCheckName": "example_value",
  "Active": true,
  "Taxable": true,
  "Notes": "example_value",
  "Job": true,
  "Level": 10,
  "FullyQualifiedName": "example_value",
  "PreferredDeliveryMethod": "example_value",
  "Balance": 42.5,
  "BalanceWithJobs": 42.5,
  "TaxExemptionReasonId": "500123",
  "WebAddr": "example_value",
  "domain": "example_value",
  "sparse": true
}