{
"searchKey": "",
"customerType": 3,
"repoId": null,
"customerAllocateSource": null,
"protectedTime": 0,
"conditions": {
"isEmty": false,
"conditionOp": 0,
"conditionItems": [
{
"name": "别动单选",
"op": 2,
"fieldType": 2,
"values": [
"权重"
]
},
{
"name": "客户来源",
"op": 2,
"fieldType": 2,
"values": [
"老客户介绍"
]
}
]
},
"pageSize": 50,
"pageNo": 1,
"sortField": "create_time",
"sortDir": 1
}
curl --location --request POST '/api/v3/customer/list-customer-of-search' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchKey": "",
"customerType": 3,
"repoId": null,
"customerAllocateSource": null,
"protectedTime": 0,
"conditions": {
"isEmty": false,
"conditionOp": 0,
"conditionItems": [
{
"name": "别动单选",
"op": 2,
"fieldType": 2,
"values": [
"权重"
]
},
{
"name": "客户来源",
"op": 2,
"fieldType": 2,
"values": [
"老客户介绍"
]
}
]
},
"pageSize": 50,
"pageNo": 1,
"sortField": "create_time",
"sortDir": 1
}'
{
"code": 0,
"message": "string",
"data": {
"totalCount": 0,
"totalPage": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"30744": [
"string"
],
"create_time": "string",
"qw_last_follow_time": "string",
"get_create_time": "string",
"protected_time": 0,
"customer_sales_info_id": 0,
"group_size": 0,
"sales_id": 0,
"customer_id": 0,
"qw_sales_id": "string",
"external_user_id": "string",
"externalUserId": "string",
"is_customer": 0,
"wechat_nickname": "string",
"wechat_avatar": "string",
"sales_stage": 0,
"sales_stage_name": "string",
"sales_stage_sub": null,
"sales_stage_sub_name": null,
"sales_stage_end": null,
"sales_stage_end_name": null,
"content_type": null,
"union_id": "string",
"location": "string",
"salesName": "string",
"sales_deleted": true,
"share_first": null,
"shield": null,
"qw_remark": "string",
"customer_abandon": null,
"customer_abandon_reason": null,
"abandon_time": null,
"customerRecovery": "string",
"birthday": "string",
"role": "string",
"customer_status": 0,
"is_friend": true,
"customer_type": 0,
"corp_name": null,
"corp_name_short": null,
"last_follow_user_id": 0,
"last_follow_user_name": "string",
"company_id": null,
"protect": 0,
"protectedTime": 0,
"group_list": [
"string"
],
"sign_num": 0,
"sendChatCount": 0,
"replyChatCount": 0,
"phone_repeat": true,
"follow_repeat": true,
"request_sent": true,
"last_request_sent": null,
"customer_allocate_source": 0,
"qw_customer_time": "string",
"tags": [
"string"
],
"tagIds": [
0
],
"pvTagId": [
"string"
],
"contentTags": [
"string"
],
"id": 0,
"share_source": 0,
"deleteStatus": 0,
"area_id": 0,
"customer_repo_id": 0,
"area_value": "string",
"pointCredit": null,
"pointScore": null,
"channel_state": null,
"main_follows": [
{
"sales_id": 0,
"sales_name": "string",
"sales_avatar": "string"
}
],
"share_follows": [
{
"sales_id": 0,
"sales_name": "string",
"sales_avatar": "string"
}
],
"open_sea_time": "string",
"add_way": "string",
"add_way_name": "string",
"state ": "string"
}
]
}
}