EmployeePosition
Represents positions that can be assigned to employees to define their role classification within an organization.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the employee position. |
| auditCreatedDateTime | Datetime | True |
The date and time when the employee position was created. |
| auditModifiedBy | String | True |
The user who last modified the employee position. |
| auditModifiedDateTime | Datetime | True |
The date and time when the employee position was last modified. |
| description | String | False |
The description of the employee position. |
| entity_Href | String | True |
The URL of the entity associated with this employee position. |
| entity_Id | String | True |
The Id of the entity associated with this employee position. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this employee position. |
| entity_Name | String | True |
The name of the entity associated with this employee position. |
| href | String | True |
The URL of the employee position resource. |
| id | String | False |
The unique identifier of the employee position record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the employee position record. |
| name | String | False |
The name of the employee position. |
| status | String | False |
The current status of the employee position, such as active or inactive. |