目前该API接口已标记为弃用,推荐使用替代API:CCC(2020-07-01) - ImportCustomCallTaggings。
调用ImportCustomCallTagging导入多个呼入号码标记到指定实例中。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 ID。 | ccc-test |
FilePath | string | 是 | 呼入号码标记文件的 OSS 对象的 ObjectKey。OSS 配置的是云呼的客户公共存储空间,您可以通过云呼叫中心的呼入控制页面上传呼入号码标记文件到客户公共存储空间,上传成功后,调用该接口就会从 OSS 中读取文件内容,然后批量导入。该接口不建议直接调用,建议通过云呼叫中心提供的公有云默认 CRM 系统操作。 | temp/ImportCustomCallTagging.xlsx |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "BA03159C-E808-4FF1-B27E-A61B6E888D7F",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"Data": [
{
"Item": "1312121****",
"Reason": "CUSTOM_NUMBER_DUPLICATED"
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Parameter.Blank | The parameter %s must not be null or empty. | 该参数不能为null值。 |
400 | Parameter.InvalidFileContent | The content or format of the file (%s) is invalid. | 参数错误,传入的文件内容无效。 |
404 | NotExists.RamId | RAM user %s does not exist. | 指定的RAM用户不存在。 |
404 | NotExists.UserResourceFileKey | User resource file key %s does not exist. | OSS用户资源文件的Key不存在。 |
500 | InternalService.OSS | An internal OSS service error occurred. %s | 内部OSS服务错误。 |
500 | InternalService.DB | An internal DB service error occurred. %s | 内部数据服务错误。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2022-02-24 | 新增 OpenAPI | 查看变更详情 |