Holidays
Represents the holidays of the organization.
holidays object[]
The general holidays of the organization.
Array [
creationDatedate-time
The date when the holiday was created.
Example:
2016-09-06T13:37:50+03:00datedate
The date the holiday takes place.
Example:
1987-04-26encodedKeystring
The encoded key of the entity, generated, globally unique
idint64
The ID of the holiday.
isAnnuallyRecurringboolean
TRUE if a holiday is annually recurring, FALSE otherwise.
namestring
The name of the holiday.
]
nonWorkingDaysstring[]
The non-working days of the organization.
Possible values: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
Holidays
{
"holidays": [
{
"creationDate": "2016-09-06T13:37:50+03:00",
"date": "1987-04-26",
"encodedKey": "string",
"id": 0,
"isAnnuallyRecurring": true,
"name": "string"
}
],
"nonWorkingDays": [
"MONDAY"
]
}