Create a new time-off request.

This endpoint creates a new time-off request for a specified _userId and existing _timeOffTypeId within a defined date range specified by the from (start) and to (end) fields.

Additionally, it is possible to indicate whether the 'from' and 'to' dates are taken as full days using the optional fields partOfDayFrom and partOfDayTo, respectively. If these optional parameters are not provided, the time-off request creation defaults to full days for both the from and to dates.
Note that this request may require approval by the manager of the employee if an approval process is configured in the time-off policy.

This endpoint does not allow creating time-off requests of hourly type.

For the optimal performance of this endpoint, it supports up to 200 requests per minute. Please note, rapidly consecutive requests to this endpoint may not be processed in the submitted order. We recommend spacing out your requests for consistent processing results.

Log in to see full request history
Body Params
string
required

The Kenjo employee _id.

string
required

The Kenjo time-off type Id of one existing time-off type.

string
required

The starting date of the time-off request in format YYYY-MM-DD.

string
required

The ending date of the time-off request in format YYYY-MM-DD.

string

The duration of the from date. 'StartOfDay' means that the from date is the entire day. 'HalfOfDay' means that the request starts to apply in the middle of the from day. If not specified, the default value will be 'StartOfDay'.

string

The duration of the to date. 'EndOfDay' means that the to date is the entire day. 'HalfOfDay' means the request starts to apply in the middle of the to day. If not specified, the default value will be 'EndOfDay'.

string

The description of the time-off request. Maximun length 1000 characters.

Headers
string
required

A valid bearer token.

Responses

401

UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json