Ticketantwort erstellen
POST/tickets/ {ticketIdentifier}/ answers/ 
v1
POST
answerSupportTicket
Erstellt eine neue Antwort auf ein Support-Ticket
Request
Responses
Usage examples
- cURL
 
$ curl \
    --fail \
    --location \
    -X POST \
    -d '{"message":"string","author":{"name":"string","email":"email@mittwald.example","telephone":"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/string/answers