文档

AddBlacklistCallTagging - 添加号码黑名标签

更新时间:

对指定号码添加黑名单标签,可结合IVR设置,防止其频繁呼入骚扰。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
InstanceIdstring

呼叫中心实例 ID

ccc-test
Numberstring

电话号码。

1764590****
JobIdstring

通话 ID。号码为加密号码(带有*),需要填写 JobId,非加密号码,不需要填写该字段。

job-6582589278232****

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

Id of the request

9FBA26B0-462B-4D77-B78F-AF35560DBC71
HttpStatusCodeinteger

HTTP 状态码。

200
Codestring

响应码。

OK
Messagestring

响应信息。

示例

正常返回示例

JSON格式

{
  "RequestId": "9FBA26B0-462B-4D77-B78F-AF35560DBC71",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "无"
}

错误码

HTTP status code错误码错误信息描述
400Parameter.BlankThe parameter %s must not be null or empty.该参数不能为null值。
400LimitExceed.CallTagsPerNumberThe total number of call tag of numbers exceeds the limit %s.号码标签数量超出单个呼入号码标记的上线阈值。
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心实例不存在。
404NotExists.CustomCallTaggingCustom call tagging %s does not exist in instance %s.呼入号码标记不存在。
500InternalService.DBAn internal DB service error occurred. %s内部数据服务错误。

访问错误中心查看更多错误码。

  • 本页导读 (0)
文档反馈