username:passwordAuthorization: Basic *****************{
"name": "客户名称",
"key": "customer_name",
"type": 2,
"description": "客户公司全称",
"isRequired": 1,
"defaultValue": "默认公司名",
"extraConfig": {
"maxLength": "200",
"placeholder": "请输入客户名称",
"popover_tip": "填写完整的客户公司名称"
}
}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": "customer_name",
"type": 2,
"description": "客户公司全称",
"isRequired": 1,
"defaultValue": "默认公司名",
"extraConfig": {
"maxLength": "200",
"placeholder": "请输入客户名称",
"popover_tip": "填写完整的客户公司名称"
}
}'{}