1.1 查询座席绑定的sip号码
1.2 调用方式
GET
1.3 传入参数
序号 | 名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
1 | {agentnum} | String | 是 | 座席工号 |
1.4 回应参数
序号 | 名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
1 | data | Object数组 | 是 | 结果集(有数据时返回最新10条数据) |
1.1 | bind | string | 是 | 0:未绑定 1 :已绑定 |
1.2 | sipnumber | string | 是 | 座席绑定的sip号码 |
1.5 使用样例
调用:
url:https://ykf.uincall.com/openapi/sys/set/sip/bind/8018?tenant_id=acf528a2-d0e2-4a7b-xxxx-74cb3995cfab&access_token=1191ccefd33e6885e371d68a210d8b8a
响应:
{
"errcode": 0,
"errmsg": "success",
"data": {
"bind": "1",
"sipnumber": "8008018889"
}
}
文档更新时间: 2025-10-16 10:41 作者:admin