Time Off
Create Time Off
Creates a TimeOff object with the given values.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
The TimeOff object is used to represent all employees' Time Off entries.
The time off quantity measured by the prescribed “units”.
The employee requesting time off.
The type of time off request.
The day and time of the start of the time requested off.
The Bindbee ID of the employee with the ability to approve the time off request.
The employee note for this time off request.
The status of this time off request.
The measurement that the third-party integration uses to count time requested.
Response
201 - application/json
The response is of type any
.