Skip to main content
POST
Assigns a vacation configuration to an employee

Authorizations

Authorization
string
header
required

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

Path Parameters

vacationConfigurationId
string<uuid>
required

Vacation Configuration ID

Body

application/json
employeeId
string<uuid>
required
year
number<int>
required
Example:

"2025"

Response

201 - undefined