#上报转接号对应的分机队列的分机空闲数,如果分机空闲为0则不发起转接、由小V机器人接管。
接口地址
POST/qiongqiapi/uploadcalleridstatus.php
参数说明:
编号 | 参数 | 必填 | 说明 |
---|---|---|---|
1 | appid | 是 | 应用ID |
2 | appsecret | 是 | 应用密码=公司密码 |
3 | appkey | 是 | 应用key=公司ID,如zmrh |
4 | ip | 是 | 转接服务器IP地址 |
5 | callerid_list | 是 | 转接号码对应坐席空闲数,JSON数组格式,callerid:转接号,exten_idle_num:空闲数,参考: [{"callerid":"18681461811","exten_idle_num":"3"},{"callerid":"18681471810","exten_idle_num":"0"}] |
请求示例
http://xxx.xxx.xxx.xxx/qiongqiapi/uploadcalleridstatus.php?appid=********&appsecret=********&appkey=********&ip=*****&callerid_list=*****
返回信息
{
"status": "200",
"msg": "success",
"data": "1672840282"}
}
返回参数
编号 | 参数 | 说明 |
---|---|---|
1 | status | 调用状态,参考状态说明 |
2 | msg | sucess 成功 failed 失败 |
3 | data | 时间戳 |