Skip to main content
Version: API v1

Ticketantwort erstellen

POST /v1/tickets/{ticketIdentifier}/answers/
v1
POST
answerSupportTicket

Erstellt eine neue Antwort auf ein Support-Ticket

Request

  • ticketIdentifierstring
    required

    Die Ticket-ID

Responses

application/json

Neue Ticket-Antwort erstellt

  • uidinteger
    required
  • messagestring
    required
  • createdAtstring (datetime)
    required
  • authorobject
    required
    • namestring
      required
    • emailstring (email)
      required
    • telephonestring
      required
    • isMittwaldAuthorboolean
      required
  • filesarray of string (uuid)
    • Array[
    • *string (uuid)
    • ]

Usage examples

$ 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