| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | A unique identifier for an object. | [optional] [readonly] |
| employee_id | str, none_type | ID of the employee | [optional] |
| policy_id | str, none_type | ID of the policy | [optional] |
| status | str, none_type | The status of the time off request. | [optional] |
| description | str, none_type | Description of the time off request. | [optional] |
| start_date | str, none_type | The start date of the time off request. | [optional] |
| end_date | str, none_type | The end date of the time off request. | [optional] |
| request_date | str, none_type | The date the request was made. | [optional] |
| request_type | str, none_type | The type of request | [optional] |
| approval_date | str, none_type | The date the request was approved | [optional] |
| units | str, none_type | The unit of time off requested. Possible values include: `hours`, `days`, or `other`. | [optional] |
| amount | float, none_type | The amount of time off requested. | [optional] |
| day_part | str, none_type | The day part of the time off request. | [optional] |
| notes | TimeOffRequestNotes | [optional] | |
| custom_mappings | CustomMappings | [optional] | |
| updated_by | str, none_type | The user who last updated the object. | [optional] [readonly] |
| created_by | str, none_type | The user who created the object. | [optional] [readonly] |
| updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| pass_through | PassThroughBody | [optional] | |
| policy_type | str | The policy type of the time off request | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.