
Quickbooks API Integration Profile
Information and guides about integrating with Quickbooks API
Add Quickbooks Integration to Your ProductHow to work with Customers in Quickbooks API
Customers Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Id | Id | string | Unique identifier for this object. Sort order is ASC by default. |
Sync Token | SyncToken | string | Version number of the object. It is used to lock an object for use by one app at a time. As soon as an application modifies an object, its SyncToken is incremented. Attempts to modify an object specifying an older SyncToken fails. Only the latest version of the object is maintained by QuickBooks Online. |
Display Name | DisplayName | string | The name of the person or organization as displayed. Must be unique across all Customer, Vendor, and Employee objects. Cannot be removed with sparse update. If not supplied, the system generates DisplayName by concatenating customer name components supplied in the request from the following list: Title, GivenName, MiddleName, FamilyName, and Suffix. |
Title | Title | string | Title of the person. This tag supports i18n, all locales. The DisplayName attribute or at least one of Title, GivenName, MiddleName, FamilyName, or Suffix attributes is required. |
Given Name | GivenName | string | Given name or first name of a person. The DisplayName attribute or at least one of Title, GivenName, MiddleName, FamilyName, or Suffix attributes is required. |