# 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.

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