CustomerTypes
Create, update, delete, and query QuickBooks Customer Types.
Columns
| Name | Type | ReadOnly | References | ColumnSize | Description |
| ID [KEY] | String | True | 255 |
The unique identifier. | |
| Name | String | False | 31 |
The name of the customer type. | |
| FullName | String | True | 159 |
The full name of the customer, including parents in the format Parent:Customer. | |
| ParentName | String | False |
The parent name of the job. | ||
| ParentId | String | False | 255 |
The parent id of the job. | |
| IsActive | Boolean | False |
Whether or not the customer type is active. | ||
| TimeCreated | Datetime | True |
The datetime the customer type was made. | ||
| TimeModified | Datetime | True |
The last datetime the customer type was modified. | ||
| EditSequence | String | True | 16 |
An identifier used for versioning for this copy of the object. |