LeaveRequestItemDto
Leave allocation by date.
| Name | Description | Type | Additional information |
|---|---|---|---|
| LineNumber | This data is returned only and cannot be added or updated when issuing a POST or PUT. | integer |
None. |
| Date | Leave date. Must be between leave start and end date. | date |
Required |
| Hours | Hours of leave for the specified date. E.g. For employee with 38 ordinary hours per week taking full day off on that day, enter 7.6 (38 / 5). | decimal number |
Required |
| IsPaid | A flag to indicate whether this item has been processed / paid in pay run. This data is returned only and cannot be added or updated when issuing a POST or PUT. | boolean |
None. |
| ProcessedInPayRunId | The pay run in which this leave is processed / paid. This data is returned only and cannot be added or updated when issuing a POST or PUT. | integer |
None. |