Create new cancellation
POST
https://api.vereinsantrag.de/v1/submits/cancellations
Cancellations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vereinsantrag.de/v1/submits/cancellations' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{
"eMail": "user@example.com",
"firstname": "string",
"lastname": "string",
"birthday": "2019-08-24",
"city": "string",
"signature": "string",
"mode": "All",
"familyMembers": [
{
"firstname": "string",
"lastname": "string",
"birthday": "2019-08-24",
"gender": "Woman",
"departmentIds": [
"string"
]
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dateCreate": "2019-08-24T14:15:22Z"
}
Request
Body Params application/json