- 通讯录管理
- 客户联系
- 企业服务人员管理
- 客户管理
- 客户标签管理
- 在职继承
- 离职继承
- 客户群管理
- 客户朋友圈
- 消息推送
- 统计管理
- 管理商品图册
- 管理聊天敏感词
- 上传附件资源POST
- 家校沟通
- 基础接口
- 学生与家长管理
- 部门管理
- 微信客服
- 应用管理
- 消息推送
- OA
- 效率工具
- 家校应用
- 企业支付
- 企业互联
- 上下游
- 开发指南
- 自建应用代开发
查询客户接替状态
POST
http://127.0.0.1/cgi-bin/externalcontact/transfer_result
第三方应用开发/客户联系/在职继承
最后修改时间:2022-08-30 03:03:36
责任人:未设置
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90135/94088
https://open.work.weixin.qq.com/api/doc/90001/90143/94097
请求参数
Query 参数
access_token
string
调用接口凭证
示例值:
{{accesstoken}}
Body 参数application/json
handover_userid
string
必需
cursor
string
可选
takeover_userid
string
必需
示例
{
"handover_userid": "zhangsan",
"takeover_userid": "lisi",
"cursor": "CURSOR"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/transfer_result?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"handover_userid": "zhangsan",
"takeover_userid": "lisi",
"cursor": "CURSOR"
}'
返回响应
🟢200成功
application/json
Body
errcode
integer <int32>
返回码
next_cursor
string
可选
errmsg
string
可选
customer
array [object {3}]
可选
external_userid
string
可选
takeover_time
integer <int32>
可选
status
integer <int32>
可选
示例
{
"errcode": 0,
"next_cursor": "string",
"errmsg": "string",
"customer": [
{
"external_userid": "string",
"takeover_time": 0,
"status": 0
}
]
}
