# Holiday Calendar Associations

A Holiday Calendar Association represents the relationship between holiday objects and calendar objects.
A Holiday can be associated with several different calendars. To associate a holiday with a calendar,
create a Holiday Calendar Assocation.

## Fetching a list of Holiday Calendar Associations

 - [GET /holiday_calendar_associations](https://developer.kantata.com/kantata/specification/holiday-calendar-associations/get-holiday-calendar-associations.md): This endpoint returns structured Holiday Calendar Association 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_calendar_associations top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Holiday Calendar Association

 - [POST /holiday_calendar_associations](https://developer.kantata.com/kantata/specification/holiday-calendar-associations/create-holiday-calendar-association.md): This endpoint returns structured Holiday Calendar Association 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_calendar_associations top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Holiday Calendar Association

 - [GET /holiday_calendar_associations/{id}](https://developer.kantata.com/kantata/specification/holiday-calendar-associations/get-holiday-calendar-association.md): This endpoint returns structured Holiday Calendar Association 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_calendar_associations top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Holiday Calendar Association

 - [DELETE /holiday_calendar_associations/{id}](https://developer.kantata.com/kantata/specification/holiday-calendar-associations/delete-holiday-calendar-association.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.

