Neues Support-Ticket
POST/tickets/
v1
POST
createSupportTicket
Erstellt ein neues Support-Ticket
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X POST \
-d '{"subject":"string","message":"string","author":{"name":"string","email":"email@mittwald.example","telephone":"string","notify":true},"account":{"name":"string"},"customer":{"customernumber":123},"files":[{"id":"f0f86186-0a5a-45b2-aa33-502777496347","type":"string","name":"string"}]}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/tickets