Hours of Operation Overrides

This resource allows you to create, retrieve, update, and delete hours of operation override objects, which describe changes to standard hours of operation for a specific date, such as a holiday.

Operations


Create Hours of Operation Override
POST /v1/commons/hours_operation_override


Create Hours of Operation Overrides
POST /v1/commons/hours_operation_override/multi_create


Delete Hours of Operation Override by ID
DELETE /v1/commons/hours_operation_override/{id}


Delete Hours of Operation Overrides
POST /v1/commons/hours_operation_override/multi_delete


Retrieve All Hours of Operation Overrides or by Name
GET /v1/commons/hours_operation_override


Retrieve Hours of Operation Override by ID
GET /v1/commons/hours_operation_override/{id}


Retrieve Hours of Operation Overrides
POST /v1/commons/hours_operation_override/multi_read


Update Hours of Operation Override by ID
PUT /v1/commons/hours_operation_override/{id}


Update Hours of Operation Overrides
POST /v1/commons/hours_operation_override/multi_update