Change Business Hours
#
Method#
/business/hoursPOST
https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/business/hours
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThrough this method, it is possible to change the operating hours of the company.
Important
This method is only available for Business WhatsApp accounts.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
timezone | string | Timezone location |
#
OptionalAttributes | Type | Description |
---|---|---|
mode | string | Operating mode (specificHours, open24h, appointmentOnly) |
days | array object | Days of the week when the company operates |
Object (days)
Attributes | Type | Description |
---|---|---|
dayOfWeek | string | Day of the week (SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY) |
openTime | string | Opening time (hh:mm format) |
closeTime | string | Closing time (hh:mm format) |
#
Request BodyTip
To set all days as "closed," simply send the "days" attribute as empty.
#
Response#
201Attributes | Type | Description |
---|---|---|
success | boolean | true if successful, false in case of failure |
Example
#
405In this case, ensure that you are sending the method specification correctly, i.e., check if you sent the POST or PUT as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" of the object you are sending in the request headers, in most cases, it should be "application/json".