文档

RejectChat - 拒绝聊天

更新时间:

坐席通过RejectChat拒绝接受被分配的聊天。

调试

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

授权信息

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

请求参数

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

实例 ID。

ccc-test
JobIdstring

话务 ID。

chat-65382141036853491

返回参数

名称类型描述示例值
object
Codestring

响应码。

OK
HttpStatusCodeinteger

HTTP 状态码。

200
Messagestring

响应信息。

RequestIdstring

请求 ID。

B59382D2-5755-4C6D-861F-FA2AAD8F89F7

示例

正常返回示例

JSON格式

{
  "Code": "OK",
  "HttpStatusCode": 200,
  "Message": "无",
  "RequestId": "B59382D2-5755-4C6D-861F-FA2AAD8F89F7"
}

错误码

HTTP status code错误码错误信息描述
400Parameter.BlankThe parameter %s must not be null.-
400Parameter.EmptyThe parameter %s must not be null or empty.-
400Parameter.FormatThe format of parameter %s is invalid.-
400Parameter.NullThe parameter %s must not be null.-
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心实例不存在。
409AlreadyExists.SkillGroupThe skill group %s already exists in instance %s.-

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