You can invoke ModifyCustomCallTagging to modify the description and attached number tags of an inbound number mark for a specified number under a specified instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
ccc-test |
| Number |
string |
Yes |
The number associated with the inbound number mark. The system matches the inbound number mark to be modified based on this number. |
1312121**** |
| CallTagNameList |
string |
Yes |
A list of number tag names. You must provide the complete list of number tags to be modified, and ensure that these number tags have already been created. |
["TagA","TagB"] |
| Description |
string |
No |
The new description for the inbound number mark. This parameter is optional. The default value is empty, which indicates that the description will not be modified. |
王先生 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
BA03159C-E808-4FF1-B27E-A61B6E888D7F |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The response code. |
OK |
| Message |
string |
The response message. |
无 |
Examples
Success response
JSON format
{
"RequestId": "BA03159C-E808-4FF1-B27E-A61B6E888D7F",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Parameter.Blank | The parameter %s must not be null or empty. | |
| 400 | LimitExceed.CallTagsPerNumber | The total number of call tag of numbers exceeds the limit %s. | |
| 500 | InternalService.DB | An internal DB service error occurred. %s | |
| 404 | NotExists.InstanceId | The specified instance %s does not exist. | |
| 404 | NotExists.CustomCallTagging | Custom call tagging %s does not exist in instance %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.