CustomerTypes
Create, update, delete, and query Reckon Customer Types.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier. | |
| Name | String | False |
The name of the customer type. | |
| FullName | String | True |
The full name of the customer, including parents in the format Parent:Customer. | |
| ParentName | String | False |
CustomerTypes.FullName |
The parent name of the job. |
| ParentId | String | False |
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 |
An identifier used for versioning for this copy of the object. |