找客户列表导出接口(省市洞察-企业维度)
将废弃
POST
https://micro-gfyx-api.b2btst.com/v1/business_opportunity/customer/export-list
自动化已维护
最后修改时间:2024-06-18 06:17:07
责任人:翁果
请求参数
Header 参数
access_token
string
pc端登录态
示例值:
{{pc登录态}}
Body 参数application/json
keyword
string
搜索关键词
company_identity
array[string]
企业属性
area_codes
array[string]
企业地区
company_level
array[string]
企业等级
company_label
array[string]
企业标签
company_type
array[string]
企业类型
industry_category
array[string]
所在行业
land_usage_label
array[string]
土地用途
project_type_label
array[string]
工程用途
fitment_fee_label
array[string]
装修方式
bidding_area
array[string]
招标区域
credit_level
array[string]
信用等级
project_province_code
string
项目省份code
project_city_code
string
项目城市code
project_date_min
string
项目开始时间
project_date_max
string
项目结束时间
示例
{
"keyword": "string",
"company_identity": [
"string"
],
"area_codes": [
"string"
],
"company_level": [
"string"
],
"company_label": [
"string"
],
"company_type": [
"string"
],
"industry_category": [
"string"
],
"land_usage_label": [
"string"
],
"project_type_label": [
"string"
],
"fitment_fee_label": [
"string"
],
"bidding_area": [
"string"
],
"credit_level": [
"string"
],
"project_province_code": "string",
"project_city_code": "string",
"project_date_min": "string",
"project_date_max": "string"
}
返回响应
🟢200成功
application/json
Body
data
object
必需
job_id
integer
异步任务id
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"job_id": 2
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-06-18 06:17:07