Holidaysconfiguration
Represents the holidays of the organization.
holidays object[]
The general holidays of the organization.
Array [
dayOfMonthinteger<int32>required
Day of the month of the holiday
idinteger<int64>required
The id of the Holiday
isAnnuallyRecurringbooleanrequired
If holiday occurs every year
monthOfYearinteger<int32>required
Month of the year of the holiday
namestringrequired
The description of the Holiday
yearinteger<int32>required
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"
]
}