3.3 企微好友更新
POST
https://openapi.weiling.cn/openapi/customer/edit请求参数
Query 参数
access_token
string
接口调用凭证
Body 参数application/json
user_id
string
必需
添加了此客户的员工id
customer_id
string
客户id
remark
string
备注
remark_mobiles
array[string]
手机号
description
string
描述
age
string
年龄
wx_id
string
微信号
qq
string
QQ号
position
string
职位
email
string
邮箱
customer_custom
object
可选
自定义字段(用户自定义字段(key为apiName , value为传参 ; apiName为文本类型:长度<50 ; 为长文本类型: 长度<200 ; 为日期类型: 13位时间戳 ; 为单选类型: 选项的label值 ; 为多选类型: 选项的label值的集合 ))
示例
{
"user_id": "string",
"customer_id": "string",
"remark": "string",
"remark_mobiles": [
"string"
],
"description": "string",
"age": "string",
"wx_id": "string",
"qq": "string",
"position": "string",
"email": "string",
"customer_custom": {}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应状态码
msg
string
响应状态信息
示例
{
"code": 0,
"msg": "success"
}
最后修改时间: 1 年前