Create Time Off
Creates a TimeOff object with the given values.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
The TimeOff object is used to represent all employees' Time Off entries.
The employee requesting time off.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The time off quantity measured by the prescribed “units”.
12
The type of time off request.
"VACATION"
The day and time of the start of the time requested off.
"2023-04-10T00:00:00Z"
The Bindbee ID of the employee with the ability to approve the time off request.
"018b4bfb-6065-7f83-b11d-e85ea49e37c3"
The status of this time off request.
"APPROVED"
The employee note for this time off request.
"Paid paid vacation! Scuba diving in Hawaii."
The measurement that the third-party integration uses to count time requested.
"HOURS"
"2023-04-10T00:00:00Z"
Response
The response is of type any
.