Time off management
Create your time off!
POST
Authorizations
Enter JWT bearer token
Enter organization ID
Body
application/json
The start date of the time off in Zulu time
Example:
"2024-01-01T00:00:00.000Z"
The end date of the time off in Zulu time
Example:
"2024-01-02T23:59:59.999Z"
The type of the time off
Example:
"VACATION"
The description of the time off
Example:
"I'm going to be on vacation"
Response
201
application/json
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete time off operations