Creates a new custom field.
POST
https://api.vereinsantrag.de/v1/club/membership-form/custom-fields
CustomField
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vereinsantrag.de/v1/club/membership-form/custom-fields' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{
"internalName": "string",
"isRequired": true,
"caption": "string",
"type": "Text",
"category": "Member",
"settings": "string",
"order": 0
}
Request
Body Params application/json