Intuit · JSON Structure

Quickbooks Accounting Invoice Structure

Type: object Properties: 25
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Invoice is a JSON Structure definition published by Intuit, describing 25 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id SyncToken DocNumber TxnDate DueDate PrivateNote CustomerMemo Line TotalAmt Balance Deposit ExchangeRate ShipDate TrackingNum ApplyTaxAfterDiscount PrintStatus EmailStatus GlobalTaxCalculation AllowOnlinePayment AllowOnlineCreditCardPayment AllowOnlineACHPayment CustomField LinkedTxn domain sparse

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Invoice",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "SyncToken": {
      "type": "string"
    },
    "DocNumber": {
      "type": "string"
    },
    "TxnDate": {
      "type": "string"
    },
    "DueDate": {
      "type": "string"
    },
    "PrivateNote": {
      "type": "string"
    },
    "CustomerMemo": {
      "type": "object"
    },
    "Line": {
      "type": "array"
    },
    "TotalAmt": {
      "type": "number"
    },
    "Balance": {
      "type": "number"
    },
    "Deposit": {
      "type": "number"
    },
    "ExchangeRate": {
      "type": "number"
    },
    "ShipDate": {
      "type": "string"
    },
    "TrackingNum": {
      "type": "string"
    },
    "ApplyTaxAfterDiscount": {
      "type": "boolean"
    },
    "PrintStatus": {
      "type": "string"
    },
    "EmailStatus": {
      "type": "string"
    },
    "GlobalTaxCalculation": {
      "type": "string"
    },
    "AllowOnlinePayment": {
      "type": "boolean"
    },
    "AllowOnlineCreditCardPayment": {
      "type": "boolean"
    },
    "AllowOnlineACHPayment": {
      "type": "boolean"
    },
    "CustomField": {
      "type": "array"
    },
    "LinkedTxn": {
      "type": "array"
    },
    "domain": {
      "type": "string"
    },
    "sparse": {
      "type": "boolean"
    }
  }
}