- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
SOP任务-查询销售跟进客户关系
POST
/api/v3/sop-task/customer/list
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
taskCode
integer
任务类型代码
salesIds
array[integer]
执行员工ID
示例
{
"taskCode": 2,
"salesIds": [
463352988837952
]
}
示例代码
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/sop-task/customer/list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskCode": 2,
"salesIds": [
463352988837952
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {6}]
必需
corpid
string
公司id
salesId
integer
必需
customerId
integer
客户ID
isCustomer
integer
必需
customerName
string
客户名字
contactId
string