Intuit · JSON Structure

Quickbooks Accounting Customer Structure

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

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

Properties

Id SyncToken Title GivenName MiddleName FamilyName Suffix DisplayName CompanyName PrintOnCheckName Active Taxable Notes Job Level FullyQualifiedName PreferredDeliveryMethod Balance BalanceWithJobs TaxExemptionReasonId WebAddr 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": "Customer",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "SyncToken": {
      "type": "string"
    },
    "Title": {
      "type": "string"
    },
    "GivenName": {
      "type": "string"
    },
    "MiddleName": {
      "type": "string"
    },
    "FamilyName": {
      "type": "string"
    },
    "Suffix": {
      "type": "string"
    },
    "DisplayName": {
      "type": "string"
    },
    "CompanyName": {
      "type": "string"
    },
    "PrintOnCheckName": {
      "type": "string"
    },
    "Active": {
      "type": "boolean"
    },
    "Taxable": {
      "type": "boolean"
    },
    "Notes": {
      "type": "string"
    },
    "Job": {
      "type": "boolean"
    },
    "Level": {
      "type": "integer"
    },
    "FullyQualifiedName": {
      "type": "string"
    },
    "PreferredDeliveryMethod": {
      "type": "string"
    },
    "Balance": {
      "type": "number"
    },
    "BalanceWithJobs": {
      "type": "number"
    },
    "TaxExemptionReasonId": {
      "type": "string"
    },
    "WebAddr": {
      "type": "object"
    },
    "domain": {
      "type": "string"
    },
    "sparse": {
      "type": "boolean"
    }
  }
}