GET
https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}
Get a business hours schedule for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
business_hours_schedule
The business hours schedule object requested.
POST
https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}
Edit a business hours schedule for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
updates |
A JSON encoded array of changes you want to make. Structure of the object should be like business_hours_schedule , with only those properties you want to update. |
Yes |
business_hours_schedule
The updated business hours schedule object.
Edit a business hours schedule for a certain account
DELETE
https://api.engagor.com/{account_id}/settings/businesshoursschedule/{id}
Deletes a business hours schedule for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
Boolean that indicates if business hours schedule was deleted.