EmployeeRate
Represents compensation rate records for employees, capturing hourly and annual salary rates effective for a defined date range.
Columns
| Name | Type | ReadOnly | Description |
| annualSalary | String | False |
The annual salary for the employee during this rate period. |
| auditCreatedBy | String | True |
The user who created the employee rate. |
| auditCreatedDateTime | Datetime | True |
The date and time when the employee rate was created. |
| auditModifiedBy | String | True |
The user who last modified the employee rate. |
| auditModifiedDateTime | Datetime | True |
The date and time when the employee rate was last modified. |
| employee_Href | String | True |
The URL of the employee associated with this rate. |
| employee_Id | String | True |
The Id of the employee associated with this rate. |
| employee_Key | String | True |
The system-assigned key of the employee associated with this rate. |
| employee_Name | String | True |
The name of the employee associated with this rate. |
| endDate | Date | False |
The date on which this employee rate period ends. |
| hourlyRate | Decimal | False |
The hourly rate for the employee during this rate period. |
| href | String | True |
The URL of the employee rate resource. |
| id | String | True |
The unique identifier of the employee rate record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the employee rate record. |
| startDate | Date | False |
The date on which this employee rate period begins. |