Skip to main content

Holidaydetails

Response representation of a holiday

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

Holidaydetails
{
"dayOfMonth": 0,
"id": 0,
"isAnnuallyRecurring": true,
"monthOfYear": 0,
"name": "string",
"year": 0
}