SaveBaseStrategyPeriod
Modifies the global outbound call time window in system administration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:SaveBaseStrategyPeriod |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EntryId |
string |
Yes |
Instance ID |
fe51eca2-a904-4b4d-b3ff-31be334b9500 |
| StrategyLevel |
integer |
Yes |
Policy level (required)
|
2 |
| OnlyWeekdays |
boolean |
No |
Make outbound calls only on weekdays. Defaults to false. |
false |
| WorkingTimeFramesJson |
string |
No |
Running time |
[{"beginTime":"09:00:00","endTime":"21:00:00"}] |
| WorkingTime |
array |
No |
Running time (deprecated) |
[] |
|
string |
No |
Running time |
[] |
|
| OnlyWorkdays |
boolean |
No |
Make outbound calls only on non-holiday days. Defaults to false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| Code |
string |
Response code |
OK |
| Message |
string |
Response message |
Success |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
Indicates whether the request succeeded |
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.