WorkOrderCallType
Represents call types used to classify work orders, including hierarchical parent relationships and current status.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedDateTime | Datetime | True |
The date and time when the work order call type record was created. |
| auditModifiedDateTime | Datetime | True |
The date and time when the work order call type record was last modified. |
| href | String | True |
The URL of the work order call type resource. |
| id | String | False |
The unique identifier of the work order call type record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the work order call type record. |
| parent_Href | String | True |
The URL of the parent call type associated with this work order call type. |
| parent_Id | String | False |
The Id of the parent call type associated with this work order call type. |
| parent_Key | String | False |
The system-assigned key of the parent call type associated with this work order call type. |
| status | String | False |
The current status of this work order call type, such as active or inactive. |