Imports your organization’s telephone line numbers. Before performing the first import, contact Cloud Contact Center technical support to add the numbers to the allowlist.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NumberList |
string |
Yes |
The list of numbers. |
['029xxxxxx'] |
| TagList |
string |
No |
The business tags. |
无 |
| Province |
string |
No |
The province. |
陕西 |
| City |
string |
No |
The city. |
西安 |
| Provider |
string |
Yes |
The line information. |
xxx通信-陕西线路 |
| CorpName |
string |
No |
The enterprise name. |
xxx公司 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The error code. |
OK |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Message |
string |
The error message. |
无 |
| RequestId |
string |
The request ID. |
C42981C7-93D9-55CD-B078-784F8522E0E1 |
Examples
Success response
JSON format
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "无",
"RequestId": "C42981C7-93D9-55CD-B078-784F8522E0E1"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Parameter.Maximum | The parameter %s must be less than or equal to %s. | |
| 400 | Parameter.Minimum | The parameter %s must be greater than or equal to %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.