UnitRate
Represents unit rates assigned to employee expense types, specifying the rate amount and the effective start date.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the unit rate record. |
| auditCreatedDateTime | Datetime | The date and time when the unit rate record was created. |
| auditModifiedBy | String | The user who last modified the unit rate record. |
| auditModifiedDateTime | Datetime | The date and time when the unit rate record was last modified. |
| employeeExpenseType_Href | String | The URL of the employee expense type associated with this unit rate. |
| employeeExpenseType_Id | String | The Id of the employee expense type associated with this unit rate. |
| employeeExpenseType_Key | String | The system-assigned key of the employee expense type associated with this unit rate. |
| href | String | The URL of the unit rate resource. |
| id | String | The unique identifier of the unit rate record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the unit rate record. |
| rate | Decimal | The rate amount per unit for this unit rate record. |
| startDate | Date | The date on which this unit rate becomes effective. |