Bulk replace all operating hours for the location.
cURL
curl --request POST \ --url https://api.selcor.ai/v1/workspaces/{workspaceId}/locations/{locationId}/hours \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "hours": [ { "day_of_week": 3, "start_time": "<string>", "end_time": "<string>", "is_active": true } ] } '
{ "data": [ { "id": "<string>", "day_of_week": 123, "start_time": "<string>", "end_time": "<string>", "is_active": true } ], "request_id": "<string>" }
API key in format: sk_live_...
1 - 14
Show child attributes
Updated operating hours
Was this page helpful?