- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
查询联系人
POST
/api/v3/company/customer/getContactList
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
companyCustomerId
integer
企业客户id
示例
{
"companyCustomerId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/company/customer/getContactList' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyCustomerId": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {40}]
必需
913
string
自定义字段id:字段值
purchaseIntention
integer
客户意向
corpid
string
公司id
qwFriendTime
string
添加微信好友时间
gmtUpdateTime
string
可选
customerType
integer
客户类型
replyChatCount
integer
回复消息数
id
integer
id
area
integer
地区
wechatAvatar
string
微信头像
contactId
integer
联系人id
customDefine
string
自定义字段
customerName
string
客户名称
companyId
integer
公司id
externalUserId
string
企微uesrId
position
string
企业联系人职位
gmtCreateTime
string
可选
birthday
string
客户生日
gender
integer
性别
description
string
描述
requestSent
boolean
如果不是好友,通过request_sent判断是否已经发送好友申请
phoneNumbers
array[string]
手机号
customerStatus
integer
客户状态
qwCustomerTime
string
企微好友添加时间
qwLastFollowUser
integer
最后跟进人id
qwLastFollowTime
string
跟进时间
deleteStatus
integer
是否删除
customerId
integer
客户customerId
qwRemark
string
企微备注
followerSalesName
string
跟进人名称
followerSalesId
integer
跟进人id
qwRemarkMobiles
string
企微备注手机号
qwFriendType
integer
好友类型
salesDeleteCus
integer
销售是否删除员工
userId
integer
客户userId
cusDeleteSales
integer
客户是否删除销售
friendApplyTime
string
发送申请好友的时间
deleted
integer
是否删除
wechatNickname
string
微信昵称
customerSource
string
客户来源
示例
{
"code": 0,
"message": "success",
"data": [
{
"913": "",
"914": null,
"915": null,
"916": "兰慧民",
"917": null,
"918": null,
"919": 1,
"920": null,
"1728": null,
"2743": null,
"3511": null,
"purchaseIntention": null,
"corpid": "ww9c5530210a0d5116",
"qwFriendTime": "2022-05-26 08:51:36",
"gmtUpdateTime": "2022-05-27 03:28:44",
"customerType": 2,
"replyChatCount": null,
"id": 88339,
"area": null,
"wechatAvatar": "http://wework.qpic.cn/bizmail/sM4FcMNEnVcTR2a8wibzNgCmtKxCuDapRzyCzxtDHdukXss5hrL5tibA/0",
"contactId": 478372913815616,
"customDefine": null,
"customerName": "兰慧民",
"companyId": null,
"externalUserId": "wovRo3DwAAfhOISZyy0C9p1sydwsLy_w",
"position": null,
"gmtCreateTime": "2022-05-27 03:28:44",
"birthday": null,
"gender": 1,
"description": null,
"requestSent": false,
"phoneNumbers": [],
"customerStatus": null,
"qwCustomerTime": "2022-05-26 08:51:36",
"qwLastFollowUser": null,
"qwLastFollowTime": null,
"deleteStatus": null,
"customerId": 478372914591808,
"qwRemark": "兰慧民",
"followerSalesName": null,
"followerSalesId": null,
"qwRemarkMobiles": "",
"qwFriendType": 2,
"salesDeleteCus": 0,
"userId": null,
"cusDeleteSales": 0,
"friendApplyTime": null,
"deleted": 0,
"wechatNickname": "兰慧民",
"customerSource": null
}
]
}
修改于 2022-07-27 03:21:24