调用ModifyCustomCallTagging修改指定实例下指定号码对应的呼入号码标记的信息,可以修改呼入号码标记的描述和绑定的号码标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
是 |
实例 ID。 |
ccc-test |
| Number |
string |
是 |
呼入号码标记的号码,会根据号码匹配待修改的呼入号码标记。 |
1312121**** |
| CallTagNameList |
string |
是 |
号码标签名称列表,请传入待修改的完整的号码标签列表,确保号码标签已创建。 |
["TagA","TagB"] |
| Description |
string |
否 |
新的呼入号码标记描述,非必填,默认为空,为空表示不修改。 |
王先生 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
BA03159C-E808-4FF1-B27E-A61B6E888D7F |
| HttpStatusCode |
integer |
HTTP 状态码。 |
200 |
| Code |
string |
响应码。 |
OK |
| Message |
string |
响应信息。 |
无 |
示例
正常返回示例
JSON格式
{
"RequestId": "BA03159C-E808-4FF1-B27E-A61B6E888D7F",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | Parameter.Blank | The parameter %s must not be null or empty. | 该参数不能为null值。 |
| 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. | 呼入号码标记不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。