Hours of Operation

This resource allows you to create, retrieve, update, and delete Hours of Operation objects, which describe the schedule of work for a facility.

Operations


Create Hours of Operation
POST /v2/commons/hours_operation


Create Hours of Operation (Deprecated)
POST /v1/commons/hours_operation


Create Multiple Hours of Operation
POST /v2/commons/hours_operation/multi_create


Create Multiple Hours of Operation (Deprecated)
POST /v1/commons/hours_operation/multi_create


Delete Hours of Operation Effective Version
POST /v2/commons/hours_operation/versions/apply_delete


Delete Hours of Operation by ID
DELETE /v2/commons/hours_operation/{id}


Delete Hours of Operation by ID (Deprecated)
DELETE /v1/commons/hours_operation/{id}


Delete Multiple Hours of Operation
POST /v2/commons/hours_operation/multi_delete


Delete Multiple Hours of Operation (Deprecated)
POST /v1/commons/hours_operation/multi_delete


Retrieve All Hours of Operation or by Name
GET /v2/commons/hours_operation


Retrieve All Hours of Operation or by Name (Deprecated)
GET /v1/commons/hours_operation


Retrieve Hours of Operation by ID
GET /v2/commons/hours_operation/{id}


Retrieve Hours of Operation by ID (Deprecated)
GET /v1/commons/hours_operation/{id}


Retrieve Multiple Hours of Operation
POST /v2/commons/hours_operation/multi_read


Retrieve Multiple Hours of Operation (Deprecated)
POST /v1/commons/hours_operation/multi_read


Update Hours of Operation by ID
PUT /v2/commons/hours_operation/{id}


Update Hours of Operation by ID (Deprecated)
PUT /v1/commons/hours_operation/{id}


Update Multiple Hours of Operation
POST /v2/commons/hours_operation/multi_update


Update Multiple Hours of Operation (Deprecated)
POST /v1/commons/hours_operation/multi_update