LaborClass
Represents labor classes used to categorize and classify workers for payroll and project cost tracking.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the labor class. |
| auditCreatedDateTime | Datetime | True |
The date and time when the labor class was created. |
| auditModifiedBy | String | True |
The user who last modified the labor class. |
| auditModifiedDateTime | Datetime | True |
The date and time when the labor class was last modified. |
| description | String | False |
The description of this labor class. |
| entity_Href | String | True |
The URL of the entity associated with this labor class. |
| entity_Id | String | True |
The Id of the entity associated with this labor class. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this labor class. |
| entity_Name | String | True |
The name of the entity associated with this labor class. |
| href | String | True |
The URL of the labor class resource. |
| id | String | False |
The unique identifier of the labor class record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the labor class record. |
| name | String | False |
The name of the labor class. |
| status | String | False |
The current status of the labor class, such as active or inactive. |