Modifies the calling numbers for a batch prediction outbound campaign.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CampaignId |
string |
Yes |
The campaign ID. |
6badb397-****-****-21019d382a09 |
| InstGroupId |
string |
No |
The ID of the number collection. |
3971876649-****-****-098763a382a09 |
| NumberList |
array |
No |
The list of numbers. |
|
|
string |
No |
A number. |
["0830011xxxx", "0830312xxxx"] |
|
| InstanceId |
string |
Yes |
The ID of the Cloud Call Center (CCC) instance. |
ccc-test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ModifyCampaignNumbersResponse |
||
| Data |
any |
The data. |
无 |
| RequestId |
string |
The request ID. |
DE803553-8AA9-4B9D-9E4E-A82BC69EDCEE |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The response code. |
OK |
| Message |
string |
The error message. |
无 |
| Params |
array |
The list of error parameters. |
|
|
string |
An error parameter. |
无 |
Examples
Success response
JSON format
{
"Data": "无",
"RequestId": "DE803553-8AA9-4B9D-9E4E-A82BC69EDCEE",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"Params": [
"无"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | NotExists.InstanceId | The specified instance %s does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.