Intuit · Example Payload

Quickbooks Accounting Invoice Line Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

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

Top-level fields

IdLineNumDescriptionAmountDetailTypeLinkedTxn

Example Payload

Raw ↑
{
  "Id": "abc123",
  "LineNum": 10,
  "Description": "A sample description.",
  "Amount": 42.5,
  "DetailType": "example_value",
  "LinkedTxn": []
}