# Holiday Calendars

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

## Fetching a list of Holiday Calendars

 - [GET /holiday_calendars](https://developer.kantata.com/kantata/specification/holiday-calendars/get-holiday-calendars.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 in the holiday_calendars top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Holiday Calendar

 - [POST /holiday_calendars](https://developer.kantata.com/kantata/specification/holiday-calendars/create-holiday-calendar.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 in the holiday_calendars top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Holiday Calendar

 - [GET /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/get-holiday-calendar.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 in the holiday_calendars top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Holiday Calendar

 - [PUT /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/update-holiday-calendar.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 in the holiday_calendars top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Holiday Calendar

 - [DELETE /holiday_calendars/{id}](https://developer.kantata.com/kantata/specification/holiday-calendars/delete-holiday-calendar.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 explaining why the object could not be deleted.

