Holidaysconfiguration
Represents the holidays of the organization.
holidays object[]
The general holidays of the organization.
Array [
dayOfMonthint32required
Day of the month of the holiday
idint64required
The id of the Holiday
isAnnuallyRecurringbooleanrequired
If holiday occurs every year
monthOfYearint32required
Month of the year of the holiday
namestringrequired
The description of the Holiday
yearint32required
Year of holiday
]
nonWorkingDaysstring[]
The non-working days of the organization.
Possible values: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
Holidaysconfiguration
{
"holidays": [
{
"dayOfMonth": 0,
"id": 0,
"isAnnuallyRecurring": true,
"monthOfYear": 0,
"name": "string",
"year": 0
}
],
"nonWorkingDays": [
"MONDAY"
]
}