坐席批处理

POST
https://api.itniotech.com/v3/cc/seat/batchingSeat
坐席批处理。
 
请求参数
参数 说明 是否必填 类型
type 批处理类型,2批量删除,3禁用,4启用 Integer
idList 批处理的坐席id集合 List<Integer>
 
请求示例
Request URL: 
    https://api.itniotech.com/v3/cc/seat/batchingSeat
Request Method:
    POST
Request Headers:
    Content-Type: application/json;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
Request Body:
{
    "type": 2,
    "idList":[12]
}
 
响应参数
参数 说明 类型
status 状态码,0成功,其他失败参见响应状态码说明 String
reason 失败原因说明 String
data 返回null String
 
响应示例
{
    "status": "0",
    "reason": "success",
    "data": null
}
 
响应状态码
status 状态说明
0 成功
-1 账号认证异常
-2 ip限制
-16 时间戳过期
-18 系统异常
-20 数据已存在
-22 参数异常
-23 数据上限
-67 当前坐席正在通话中,请您稍后再操作!
-68 群呼任务中的坐席不能删除,请结束群呼任务后删除