Intuit · Example Payload

Quickbooks Accounting Invoice Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

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

Top-level fields

IdSyncTokenDocNumberTxnDateDueDatePrivateNoteCustomerMemoLineTotalAmtBalanceDepositExchangeRateShipDateTrackingNumApplyTaxAfterDiscountPrintStatusEmailStatusGlobalTaxCalculationAllowOnlinePaymentAllowOnlineCreditCardPaymentAllowOnlineACHPaymentCustomFieldLinkedTxndomainsparse

Example Payload

Raw ↑
{
  "Id": "abc123",
  "SyncToken": "example_value",
  "DocNumber": "example_value",
  "TxnDate": "example_value",
  "DueDate": "example_value",
  "PrivateNote": "example_value",
  "CustomerMemo": "example_value",
  "Line": [],
  "TotalAmt": 42.5,
  "Balance": 42.5,
  "Deposit": 42.5,
  "ExchangeRate": 42.5,
  "ShipDate": "example_value",
  "TrackingNum": "example_value",
  "ApplyTaxAfterDiscount": true,
  "PrintStatus": "example_value",
  "EmailStatus": "user@example.com",
  "GlobalTaxCalculation": "example_value",
  "AllowOnlinePayment": true,
  "AllowOnlineCreditCardPayment": true,
  "AllowOnlineACHPayment": true,
  "CustomField": [],
  "LinkedTxn": [],
  "domain": "example_value",
  "sparse": true
}