查询客户详情接口
请求方式: POST
请求路径:
https://prod.open-api.mysre.cn/business-member/get-info
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| tenant_code | query | string | 是 | 租户Code | ||
| member_id | body | string | 是 | 39f95327-eda8-eaa7-4f41-371d8f87e09d | 会员ID |
{
"member_id":"39f95327-eda8-eaa7-4f41-371d8f87e09d"
}
{
"errcode": 0,
"errMsg": "成功",
"data": {
"mailing_zip_code": "",
"education_lv_id": "",
"country_id": "",
"nationality_id": "",
"account_address": "",
"account_province_id": "",
"account_city_id": "",
"account_zip_code": "",
"email": "",
"marital_status": "",
"specialty": "",
"hobby": "",
"live_city": "",
"is_old_owner": "",
"buy_proj": "",
"child_num": "",
"child_age_group": "",
"family_struct": "",
"contract_address": "",
"remark": "",
"age": "",
"emergency_contract_list": [
{
"name": "黄爱华",
"type": "朋友",
"unit_name": "明源",
"mobiles": "18895356776"
}
],
"mobiles": [
"18895357447",
"18895356521",
"18895357448"
],
"id": "39f3e41f-c8ca-21e4-4f9f-fd8bc88415cc",
"name": "黄爱华",
"id_type": "其它",
"id_code": "110101199003071014",
"mobile": "18895357447",
"birthday": "1995-10-21",
"sex": "男",
"is_authenticated": "0",
"authenticate_time": "2020-03-13 11:58:14",
"zip_code": null,
"mailing_address": "",
"is_from_erp": "0",
"area": null,
"city": null,
"province": null,
"update_timestamp": "2022-05-10 15:38:00.495",
"created_on": "2020-03-13 11:32:04",
"modified_on": "2022-05-10 15:38:00"
}
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | 错误码 |
| errMsg | string | 错误提示信息 |
| rowVersion | string | 时间戳 |
| lastId | string | |
| countData | number | |
| data | object | 数据集合 |
| data.mailing_zip_code | string | 邮编 |
| data.education_lv_id | string | 教育程度 |
| data.country_id | string | 国籍 |
| data.nationality_id | string | 民族 |
| data.account_address | string | 户口地址详情 |
| data.account_province_id | string | 户口地址所属省份 |
| data.account_city_id | string | 户口地址所属城市 |
| data.account_zip_code | string | 户口地址邮编 |
| data.email | string | 邮箱 |
| data.marital_status | string | 婚姻状况 |
| data.specialty | string | 特长 |
| data.hobby | string | 爱好 |
| data.is_old_owner | string | 是否老业主 |
| data.buy_proj | string | 已购哪些项目 |
| data.child_num | string | 子女数量 |
| data.child_age_group | string | 子女年龄段 |
| data.family_struct | string | 家庭结构 |
| data.contract_address | string | 合同联系地址 |
| data.remark | string | 其他信息说明 |
| data.age | string | 年龄 |
| data.emergency_contract_list | array | 紧急联系人 |
| data.emergency_contract_list.name | string | 紧急联系人姓名 |
| data.emergency_contract_list.type | string | 紧急联系人与业主关系 |
| data.emergency_contract_list.unit_name | string | 紧急联系人工作单位 |
| data.emergency_contract_list.mobiles | string | 紧急联系人联系方式 |
| data.id | string | 会员ID |
| data.name | string | 姓名 |
| data.id_type | string | 证件类型 |
| data.id_code | string | 证件号码 |
| data.mobile | string | 手机号码 |
| data.birthday | string | 生日 |
| data.sex | string | 性别 |
| data.is_from_erp | string | 是否来自ERP |
| data.area | string | 区/县 |
| data.city | string | 市 |
| data.province | string | 省 |
| data.live_city | string | 现居住城市 |
| data.mobiles | array | 手机号列表 |
| data.is_authenticated | string | 是否已验证身份证 0否 1是 |
| data.authenticate_time | string | 验证身份证时间 |
| data.zip_code | object | 邮编 |
| data.mailing_address | string | 通讯地址 |
| data.update_timestamp | string | |
| data.created_on | string | |
| data.modified_on | string |
{
"errcode":1001,
"errMsg":"租户代码参数为空",
"rowVersion":"",
"data":[]
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | |
| errMsg | string | |
| rowVersion | string | |
| data | array |