19.4 联系人编辑
POST
https://openapi.weiling.cn/openapi/contact/edit请求参数
Query 参数
access_token
string
接口调用凭证
Body 参数application/json
contact_id
string
联系人id
user_name
string
联系人名称
position
string
职位
gender
integer
性别
age
integer
年龄
wx_id
string
微信id
qq
string
QQ
email
string
邮箱
remark
string
备注
contact_custom
object
联系人自定义字段
示例
{
"contact_id": "string",
"user_name": "string",
"position": "string",
"gender": 0,
"age": 0,
"wx_id": "string",
"qq": "string",
"email": "string",
"remark": "string",
"contact_custom": {}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
必需
code
integer
必需
示例
{
"code": 0,
"msg": "success"
}
最后修改时间: 11 天前