参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
voiceGroupId | 坐席组ID(坐席组查询返回voiceGroupId) | 是 | Integer |
params | 对象 | 是 | JOSNArray |
keyId | 坐席id | 是 | Integer |
priority | 坐席等级,只能设置1-999 | 是 | Integer |
Request URL:
https://api.itniotech.com/v3/cc/seat/updatePriority
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"voiceGroupId": 2,
"params":[{
"keyId":1,
"priority":2
}]
}
参数 | 说明 | 类型 |
---|---|---|
status | 状态码,0成功,其他失败参见响应状态码说明 | String |
reason | 失败原因说明 | String |
data | 空 | String |
{
"status":"0",
"reason":"success",
"data":null
}
status | 状态说明 |
---|---|
0 | 成功 |
-1 | 账号认证异常 |
-2 | ip限制 |
-16 | 时间戳过期 |
-18 | 系统异常 |
-20 | 数据已存在 |
-22 | 参数异常 |
-23 | 数据上限 |