文档
测试

合并客户

POST
/crm-user-service/user/merge

请求头

参数名
类型
描述
必填
temp-id
String
token值
必填

请求参数

application/json
参数名
类型
描述
必填
nick
String
客户昵称
必填
uname
String
客户真实姓名
必填
emails
List
邮箱
必填
tels
List
电话
必填
sex
Integer
性别
必填
source
Integer
来源
必填
remark
String
备注
必填
qq
String
QQ
必填
wx
String
微信
必填
proviceId
String
省Id
必填
proviceName
String
省名称
必填
cityId
String
城市id
必填
cityName
String
城市名称
必填
areaId
String
地区id
必填
areaName
String
地区名称
必填
enterpriseId
String
公司id
必填
enterpriseName
String
公司名称
必填
isVip
Integer
是否VIP
必填
vipLevel
String
VIP等级
必填
partnerIds
List
对接id
必填
visitorIds
String
访客id
必填
exFieldStr
String
自定义字段
必填
mainUserId
String
合并id
必填
mergedUserIds
List
被合并id
必填

响应参数

参数名
类型
描述
必填
retCode
String
返回编码
必填
retMsg
String
返回文案
必填
item
Object
数据
必填
items
List
数据集合
必填

说明 / 示例

{ "item": { "areaId": "", "areaName": "", "cityId": "", "cityName": "", "createDate": 1694620800, "createServiceId": "efcfda336b5d4caeb4fd71392c54b5c9", "createServiceName": "智齿测试12", "createTime": 1694662204, "createType": 1, "crmStatus": 1, "email": "", "enterpriseId": "", "enterpriseName": "", "exFieldStr": "[{\"id\":\"7\",\"value\":\"\"},{\"id\":\"8\",\"value\":\"\"},{\"id\":\"5\",\"value\":\"\"},{\"id\":\"4196093fbbe54757881821e5aede0109\",\"value\":\"\"},{\"id\":\"75047890176b4258a78ccd74a5168988\",\"value\":\"\"},{\"id\":\"00d50105cb9b4622906c0a419e60e166\",\"value\":\"\"},{\"id\":\"f5b54c9d698a42ba8a067b727663d737\",\"value\":\"\"},{\"id\":\"6891edf46b144e87981918fc763d103b\",\"value\":\"\"},{\"id\":\"508627c15d5046cfbec857101b8f9170\",\"value\":\"\"},{\"id\":\"a242546f4fdb4676ae131804d677b8b7\",\"value\":\"\"},{\"id\":\"5efc6b71f9034746b2c2173ddc71f1eb\",\"value\":\"\"},{\"id\":\"b76e347088ff40618af2f6a07cf6b654\",\"value\":\"\"},{\"id\":\"a44bfb74f0514d87a30a40a50dd5292e\",\"value\":\"\"},{\"id\":\"d01c6902400d4a409ae717d8f8c8a1dd\",\"value\":\"\"},{\"id\":\"a937bde8ab9648b0a52fb7a9e9023b3e\",\"value\":\"\"},{\"id\":\"250e8fa77c674d48aa235b535913e7f8\",\"value\":\"\"},{\"id\":\"5aac051ee7284a92b9fe035a8039a3c3\",\"value\":\"\"},{\"id\":\"d029f9d68d424c6b91dc7baf58c46242\",\"value\":\"\"},{\"id\":\"e5b36fab35954a528cf64c16f17efa6d\",\"value\":\"\"}]", "face": "https://img.sobot.com/console/common/face/user.png", "id": "79fa698d7fd2442f962f9e1409be3558", "isVip": "0", "nick": "43", "pid": "acb290d666814d65834c70073aed65f2", "proviceId": "", "proviceName": "", "qq": "", "remark": "", "source": 8, "status": 8, "tel": "", "telList": [], "uname": "", "updateTime": 1694662204, "updateType": 1, "updateUserId": "efcfda336b5d4caeb4fd71392c54b5c9", "updateUserName": "智齿测试12", "vipLevel": "", "wx": "" }, "retCode": "000000", "retMsg": "操作成功", "totalCount": 0 }