19.2 联系人批量详情
POST
https://openapi.weiling.cn/openapi/contact/batch请求参数
Body 参数application/json
contact_ids
array[string]
联系人id列表
示例
{
"contact_ids": [
"XwP-Z7Car-MNhGxnmPCfmf_lbMEilu_F96AB68msZvQ"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
必需
code
integer
必需
data
object
必需
contact_list
array [object {37}]
联系人列表
示例
{
"msg": "string",
"code": 0,
"data": {
"contact_list": [
{
"contact_id": "string",
"user_name": "string",
"contact_ways": [
{
"type": 0,
"contact_way": "string"
}
],
"status": 0,
"contact_source": {
"type": 0,
"component_id": "string",
"component_name": "string"
},
"from_channel_name": "string",
"corp_name": "string",
"corp_address": "string",
"register_address": "string",
"legal_person": "string",
"corp_founded_time": "string",
"searchword": "string",
"region": "string",
"plan_name": "string",
"group_name": "string",
"is_repeat": true,
"is_useless": true,
"create_user_id": "string",
"owner_id": "string",
"url": "string",
"email": "string",
"age": 0,
"gender": 0,
"population_size": 0,
"industry": "string",
"position": "string",
"create_time": 0,
"last_follow_time": 0,
"first_progress_time": 0,
"tag_group_list": [
{
"group_id": "string",
"group_name": "string",
"type": "string",
"create_time": 0,
"tag_info": [
{
"tag_id": "string",
"tag_name": "string",
"type": "string",
"create_time": 0,
"tag_user_id": "string"
}
]
}
],
"business_list": [
{
"business_id": "string",
"business_name": "string"
}
],
"company_list": [
{
"company_id": "string",
"company_name": "string"
}
],
"latest_progress_id": "string",
"customer_stage": "string",
"claim_time": 0,
"related_customer": [
{
"id": "string",
"type": 0
}
],
"contact_custom": {}
}
]
}
}
最后修改时间: 10 天前