v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
HolidayCarryover

post/v3/holidaysCarry

Request body

yearinteger required

Year for which the vacation carryover applies.

users_idinteger required
countnumber float required

Only full and half values allowed.

notestring nullable

Example request

{
  "year": 2023
}

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "count": 5.5,
    "note": "Saved for spring vacation"
  }
}