Skip to main content
POST
Create empty vacation calendar

Authorizations

Authorization
string
header
required

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

Body

application/json

Employee, vacation type and year information

employeeId
string<uuid>
required

Employee UUID

Example:

"eb5a136f-dc38-46eb-bf55-d2e2bf86903e"

vacationTypeId
string<uuid>
required

Vacation type configuration UUID

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

year
integer
required

Calendar year

Example:

2024

Response

Empty vacation calendar created successfully