username:passwordAuthorization: Basic *****************{
"name": "备注信息",
"key": "remark",
"type": 3,
"description": "客户备注信息",
"isRequired": 0,
"extraConfig": {
"maxLength": "500",
"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": "remark",
"type": 3,
"description": "客户备注信息",
"isRequired": 0,
"extraConfig": {
"maxLength": "500",
"placeholder": "请输入备注信息",
"popover_tip": "补充客户相关信息"
}
}'{}