POST {{baseUrl}}/contact_center/closures
Create a new closure set. Scopes: Rate Limit Label: contact_center_queue:write:admin
contact_center_operating_hours:write:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"account_default": "<boolean>",
"closure_set_description": "<string>",
"closure_set_id": "<string>",
"closure_set_name": "<string>",
"closures": [
{
"closure_hour_type": 1,
"closure_name": "<string>",
"end_time": "<string>",
"recurring_frequency": 1,
"start_time": "<string>",
"closure_id": "<string>",
"recurring_frequency_type": 1,
"recurring_month": 3,
"recurring_week_interval": "<integer>",
"recurring_days_of_week": [
"<string>",
"<string>"
]
},
{
"closure_hour_type": 1,
"closure_name": "<string>",
"end_time": "<string>",
"recurring_frequency": 0,
"start_time": "<string>",
"closure_id": "<string>",
"recurring_frequency_type": 1,
"recurring_month": 2,
"recurring_week_interval": "<integer>",
"recurring_days_of_week": [
"<string>",
"<string>"
]
}
],
"timezone": "<string>"
} |
ENDPOINTS