| Property | Value | Description | ReadOnly |
|---|---|---|---|
| verb | enum |
The verb for the scheduled change.
PATCH POST |
|
| options | string | The options used when the scheduled change was requested. | |
| description | string | The description of the scheduled change. | x |
| requested_date | string | The date which the scheduled change was requested. | x |
| effective_date | string | The date for which the scheduled change will take place, pending user approval. | |
| body | object | The body of the scheduled change. | |
| requested_version | string | The version of the employee wages object against which the scheduled change was requested. Only required when verb is PATCH. |
Body
| Property | Value | Description | ReadOnly |
|---|---|---|---|
| id | enum | The id of the employee pay item. | x |
| employee_id | integer | The id of the employee. | x |
| pay_type_id | enum |
The type of the pay item.
1 - Regular 2 - Overtime 3 - Vacation 5 - Sick 6 - Holiday 7 - Bonus 16 - PTO 22 - Double Overtime 106 - Commissions |
x |
| hours | decimal | The hours which apply to the employee pay item. | x |
| rate | decimal | The rate of the employee pay item. | |
| override_amount | decimal | The override amount of employee pay item. Ignores hours/rate. | x |
| treat_as_cash | boolean | Indicates whether to treat the rate as cash amount. | x |
| name | string | The name of the pay item. | x |
