# Holiday Calendars

Holiday Calendars define the days in which account members are unavailable to work due to company-wide days off.

 - [GET /holiday_calendars](https://developer.kantata.com/kantata/specification/holiday-calendars/get%20holiday%20calendars.md): This endpoint returns structured Holiday Calendar objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [POST /holiday_calendars](https://developer.kantata.com/kantata/specification/holiday-calendars/create%20holiday%20calendar.md): This endpoint returns structured Holiday Calendar objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [GET /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/get%20holiday%20calendar.md): This endpoint returns structured Holiday Calendar objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [PUT /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/update%20holiday%20calendar.md): This endpoint returns structured Holiday Calendar objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID i
 - [DELETE /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/delete%20holiday%20calendar.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
