CustomerTypes
Facilitates the management of QuickBooks Customer Types, supporting creation, updates, deletion, and queries to classify customers.
Columns
| Name | Type | ReadOnly | References | ColumnSize | Description |
| ID [KEY] | String | True | 255 |
The unique identifier for the customer type. | |
| Name | String | False | 31 |
The name assigned to the customer type. | |
| FullName | String | True | 159 |
The full hierarchical name of the customer type, formatted as Parent:CustomerType. | |
| ParentName | String | False |
The name of the parent customer type, if applicable. | ||
| ParentId | String | False | 255 |
The unique identifier of the parent customer type, if applicable. | |
| IsActive | Boolean | False |
Indicates whether this customer type is active and available for use. | ||
| TimeCreated | Datetime | True |
The timestamp indicating when the customer type was created. | ||
| TimeModified | Datetime | True |
The timestamp indicating when the customer type was last modified. | ||
| EditSequence | String | True | 16 |
A versioning identifier used to track changes to this customer type. |