新增/修改 客户
POST
{{host}}/openapi/client/batch/add
接口描述
批量新增或更新客户信息
请求参数
参数名
类型
描述
必填
name
String
客户姓名
必填
phone
String
手机号
必填
mail
String
邮箱
可选
qq
String
qq
可选
wechat
String
微信
可选
position
String
职位
可选
enterprise
String
客户公司名称
可选
officeAddress
String
办公地址
可选
enterprisesLandline
String
公司座机
可选
industryClassification
String
行业分类
可选
remark
String
备注(限制2000字)
可选
followupPerson
int
跟进人ID(填写员工ID(通过员工列表接口获取)数据进入该员工客户列表,否则进入公海)
可选
belongDept
int
客户所属部门ID(进入公海时接收该字段,需开启局部公海使用)
可选
key
String
自定义表头中文名字(需和后台新建的自定义字段名称一致)
必填
value
String
写入的值
必填
id
int
客户ID,更新时必填
必填
响应参数
参数名
类型
描述
必填
code
int
0为成功 -1为失败
必填
message
string
错误信息
必填