Skip to main content
POST
Create Absence Calendar

Authorizations

Authorization
string
header
required

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

Body

application/json

Create a Absence Calendar

employeeId
string<uuid>
required
absenceTypeId
string<uuid>
required
year
integer<YYYY>
required
Example:

"2023"

daysOff
object[]
required

array of AbsenceCalendarDayOff

Response

200 - application/json

Array of Objects

data
object
meta
object