Skip to main content

Holidaydetails

Response representation of a holiday

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

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