username:passwordAuthorization: Basic *****************{
"name": "兴趣爱好",
"key": "hobbies",
"type": 14,
"description": "客户兴趣爱好(多选)",
"isRequired": 0,
"custom_field_options": [
{"key": 1, "value": "阅读"},
{"key": 2, "value": "运动"},
{"key": 3, "value": "音乐"},
{"key": 4, "value": "旅行"}
],
"extraConfig": {
"placeholder": "请选择兴趣爱好"
}
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=ticket' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "兴趣爱好",
"key": "hobbies",
"type": 14,
"description": "客户兴趣爱好(多选)",
"isRequired": 0,
"custom_field_options": [
{"key": 1, "value": "阅读"},
{"key": 2, "value": "运动"},
{"key": 3, "value": "音乐"},
{"key": 4, "value": "旅行"}
],
"extraConfig": {
"placeholder": "请选择兴趣爱好"
}
}'{}