自定义字段(用户自定义字段(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": {}
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/customer/edit?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": {}
}'
{
"code": 0,
"msg": "success"
}