Intuit · Schema

Customer

A Customer represents a consumer of the service or product that the business offers. Customers can be organized as sub-customers (jobs) within a parent customer hierarchy.

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime Tracking

Properties

Name Type Description
Id string Unique identifier for the customer
SyncToken string Version number for optimistic locking
Title string Title of the person (e.g., Mr., Mrs., Ms.)
GivenName string Given (first) name of the customer
MiddleName string Middle name of the customer
FamilyName string Family (last) name of the customer
Suffix string Suffix of the person (e.g., Jr., Sr., III)
DisplayName string The name displayed to identify the customer. Must be unique across Customer, Employee, and Vendor objects.
CompanyName string The name of the company associated with the customer
PrintOnCheckName string Name of the customer as printed on a check
Active boolean Whether the customer is currently active
Taxable boolean Whether the customer is taxable
Notes string Free-form text about the customer
Job boolean Whether this customer is a sub-customer (job)
Level integer Depth level in the customer hierarchy (0 = top)
FullyQualifiedName string Fully qualified name of the entity, including parent names separated by colons
PreferredDeliveryMethod string Preferred delivery method for communications
Balance number Open balance amount for the customer
BalanceWithJobs number Open balance amount including balances of sub-customers (jobs)
TaxExemptionReasonId string Tax exemption reason ID
WebAddr object
domain string
sparse boolean
View JSON Schema on GitHub