Time Off
Create Employee Time Off Request
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Body
application/json
The employee ID
Example:
"1687-3"
The approver ID
Example:
"1687-4"
The status of the time off request
The type of the time off request
The start date of the time off request
Example:
"2021-01-01T01:01:01.000Z"
The end date of the time off request
Example:
"2021-01-01T01:01:01.000Z"
True if the start of the time off request begins half way through the day
Example:
true
True if the end of the time off request ends half way through the day
Example:
true
The time off policy id associated with this time off request
Example:
"cx280928933"
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?