Changes the information of the club.
PUT
https://api.vereinsantrag.de/v1/club
Club
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vereinsantrag.de/v1/club' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"name": "string",
"lastname": "string",
"firstname": "string",
"zip": 10000,
"city": "string",
"street": "string",
"domain": "string",
"clubStatutesLink": "string",
"eMail": "user@example.com",
"phone": "string",
"iban": "string",
"bic": "string",
"bank": "string",
"creditorIdentificationNumber": "string",
"dateCreate": "2019-08-24T14:15:22Z",
"dateModified": "2019-08-24T14:15:22Z",
"createdByName": "string",
"createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e",
"modifiedByName": "string",
"modifiedBy": "07ff0787-1af5-4fc4-9832-7aaeaa962a5e",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Request
Body Params application/json