用户自定义字段(key为apiName , value为传参 ; apiName为文本类型:长度<50 ; 为长文本类型: 长度<200 ; 为日期类型: 13位时间戳 ; 为单选类型: 选项的label值 ; 为多选类型: 选项的label值的集合 )
{
"clue_list": [
{
"clue_id": "string",
"user_name": "string",
"position": "string",
"gender": "string",
"age": 0,
"wx_id": "string",
"qq": "string",
"email": "string",
"remark": "string",
"clue_custom_field": {}
}
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/clue/update?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"clue_list": [
{
"clue_id": "string",
"user_name": "string",
"position": "string",
"gender": "string",
"age": 0,
"wx_id": "string",
"qq": "string",
"email": "string",
"remark": "string",
"clue_custom_field": {}
}
]
}'
{
"msg": "in et sed dolor",
"code": 16,
"data": {
"fail_list": [
{
"error_msg": "voluptate eu",
"error_code": 53,
"id": "71"
},
{
"error_code": 20,
"id": "34",
"error_msg": "nisi cillum Duis"
},
{
"error_code": 39,
"id": "87",
"error_msg": "minim cupidatat sed"
}
]
}
}