获取全部客户
POST
https://micro-gfyx-api.b2btst.com/v1/clue/customer-manage/customers
自动化已维护
最后修改时间:2024-02-23 08:16:48
责任人:未设置
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
page
integer
必需
page_size
integer
必需
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
示例
{
"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
必需
total
integer
总数
list
array [object {28}]
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"total": 1,
"list": [
{
"id": 1,
"company_name": "北京方兴亦城置业有限公司",
"organizing_code": "91110302062765885D",
"company_logo": "",
"business_status": "在营",
"top_company_name": "上海金茂投资管理集团有限公司",
"top_company_organizing_code": "91310000667818230C",
"company_identity": [
"甲方单位",
"上下游单位"
],
"company_type": "民企",
"company_level": [
{
"label": "投资高",
"remark": "近一年土地+在建数量大于5,或投资金额大于2亿"
},
{
"label": "货值高",
"remark": "近一年开盘项目大于5,或开盘项目套数大于1000套"
},
{
"label": "业务活跃",
"remark": "近一年内有拿地、开工、开盘的企业"
}
],
"company_label": [],
"province": "北京市",
"city": "北京市",
"province_code": "1",
"city_code": "2",
"clue_cnt": 20,
"report_cnt": 10,
"bid_cnt_2year": 1458,
"take_land_cnt_2year": 97,
"commence_permit_cnt_2year": 64,
"sell_project_cnt_2year": 50,
"cooperation_case_cnt_2year": 65,
"credit_level": "",
"responsible_user_name": "理想",
"responsible_user_id": 1,
"created_by": 2,
"created_by_id": "创建人",
"created_on": "2023-02-03 12:12:11"
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 08:16:48