简要描述
请求URL
- /api/v1/customer/findCustomerByKey
请求方式
请求报文说明
字段名 |
类型 |
说明 |
customerKey |
String |
客户id |
请求报文示例
{
"customerKey": "客户id"
}
返回报文说明
字段名 |
类型 |
说明 |
customerName |
String |
客户名称 |
customerPinyin |
String |
客户拼音 |
customerCode |
String |
客户编号 |
customerType |
String |
客户类型 |
gender |
String |
客户性别 |
birthday |
String |
出生日期 |
country |
String |
国籍 |
occupation |
String |
职业 |
occupationDesc |
String |
职业描述 |
marriage |
String |
婚姻情况 |
degree |
String |
学历 |
workPlace |
String |
工作单位 |
salary |
String |
年收入 |
headImg |
String |
头像 |
starMark |
String |
星标客户 |
source |
String |
客户来源 |
postCode |
String |
邮编 |
extraInfo |
String |
扩展字段 |
telNo |
String |
手机号 |
mailbox |
String |
邮箱 |
address |
String |
地址 |
addNumberProgress |
String |
增员进度 |
isBinding |
String |
是否绑定微信标识(Y-是,N-否) |
ext1 |
String |
人才分类 |
agentEmail |
String |
代理人邮箱 |
返回报文示例
{
"code": "10000",
"message": "成功响应",
"status": "OK",
"success": "true",
"data": {
"customerName": "客户名称",
"customerPinyin": "客户拼音",
"customerCode": "客户编号",
"customerType": "客户类型",
"gender": "客户性别",
"birthday": "出生日期",
"country": "国籍",
"occupation": "职业",
"occupationDesc": "职业描述",
"marriage": "婚姻情况",
"degree": "学历",
"workPlace": "工作单位",
"salary": "年收入",
"headImg": "头像",
"starMark": "星标客户",
"source": "客户来源",
"postCode": "邮编",
"extraInfo": "扩展字段",
"telNo": "手机号",
"mailbox": "邮箱",
"address": "地址",
"addNumberProgress": "增员进度",
"isBinding": "是否绑定微信标识(Y-是,N-否)",
"ext1": "人才分类",
"agentEmail": "代理人邮箱"
}
}
备注