Intuit · Example Payload

Quickbooks Accounting Item Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

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

Top-level fields

IdSyncTokenNameDescriptionPurchaseDescActiveFullyQualifiedNameTaxableSalesTaxIncludedUnitPriceTypePurchaseCostQtyOnHandInvStartDateTrackQtyOnHandSkuSubItemLevelAbatementRateReverseChargeRatedomainsparse

Example Payload

Raw ↑
{
  "Id": "abc123",
  "SyncToken": "example_value",
  "Name": "Example Title",
  "Description": "A sample description.",
  "PurchaseDesc": "example_value",
  "Active": true,
  "FullyQualifiedName": "example_value",
  "Taxable": true,
  "SalesTaxIncluded": true,
  "UnitPrice": 42.5,
  "Type": "example_value",
  "PurchaseCost": 42.5,
  "QtyOnHand": 42.5,
  "InvStartDate": "example_value",
  "TrackQtyOnHand": true,
  "Sku": "example_value",
  "SubItem": true,
  "Level": 10,
  "AbatementRate": 42.5,
  "ReverseChargeRate": 42.5,
  "domain": "example_value",
  "sparse": true
}