导出客户接口
POST
https://micro-gfyx-api.b2btst.com/v1/clue/customer-manage/export-customers
自动化已维护
最后修改时间:2024-02-23 08:16:58
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
keyword
string
客户名称
group
array[string]
客户分组
area_codes
array[string]
注册地区
company_label
array[string]
企业标签
company_identity
array[string]
企业属性
company_level
array[string]
企业等级
responsible_user_ids
array[integer]
负责人id
category
string
导出类型
示例
{
"page": 1,
"page_size": 10,
"keyword": "万科",
"group": ["华南区域"],
"area_codes":
["1", "112", "114", "115", "116", "117", "118", "119", "120"],
"company_label": ["高端项目客群"],
"company_identity": ["上下游单位"],
"company_level":["存在风险", "货值高"]
}
返回响应
🟢200成功
application/json
Body
data
object | null
必需
job_id
integer
异步任务id
error_code
integer
必 需
message
string
必需
success
boolean
必需
示例
{
"data": {
"job_id": 135
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 08:16:58