Skip to main content
POST
Create Vacation Day Off Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create a Vacation Day Off Request

employeeId
string<uuid>
required
calendarId
string<uuid>
required
type
enum<string>
required
Available options:
create,
delete
daysOff
object[]
required
comment
string
onlyWithSchedule
boolean

Response

200 - application/json

Object

data
object
meta
object