查询客户接替状态
POST
/cgi-bin/externalcontact/resigned/transfer_result
服务端API企业内部开发第三方应用开发
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90135/94082
https://open.work.weixin.qq.com/api/doc/90001/90143/94101
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/resigned/transfer_result?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"handover_userid":"zhangsan","takeover_userid":"lisi","cursor":"CURSOR"}'
响应示例响应示例
{
"errcode": 0,
"errmsg": "ok",
"customer": [
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACCCC",
"status": 1,
"takeover_time": 1588262400
},
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACBBBB",
"status": 2,
"takeover_time": 1588482400
},
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA",
"status": 3,
"takeover_time": 0
}
],
"next_cursor": "NEXT_CURSOR"
}
请求参数
Query 参数
access_token
调用接口凭证
示例值:
{{accesstoken}}
Body 参数application/json
返回响应
修改于 2022-01-14 04:25:42