v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
HolidayQuota

post/v2/holidaysQuota

Request body

users_idinteger required
year_sinceinteger required

Year from which on the vacation quota setting applies.

year_untilinteger nullable

Year until the vacation quota setting applies.

countnumber float required

Amount of vacation days.

notestring nullable

Example request

{
  "year_since": 2023,
  "year_until": 2023
}

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "users_id": 20,
    "count": 3.5,
    "note": "Carryover from previous year"
  }
}