username:passwordAuthorization: Basic *****************{
"name": "ERP客户分类",
"key": "erp_category",
"type": 1,
"custom_field_options": [
{"key": 1, "value": "经销商", "externalId": "EXT_001"},
{"key": 2, "value": "直客", "externalId": "EXT_002"}
]
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=ticket' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "ERP客户分类",
"key": "erp_category",
"type": 1,
"custom_field_options": [
{"key": 1, "value": "经销商", "externalId": "EXT_001"},
{"key": 2, "value": "直客", "externalId": "EXT_002"}
]
}'{}