AlphaAlpha Docs
API ReferencePublic support portal

Create a ticket from the public support portal

POST
/public/support/{tenantCode}/tickets
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/public/support/string/tickets" \  -F data="{    \"description\": \"string\",    \"email\": \"string\",    \"name\": \"string\",    \"subject\": \"string\"  }"
{
  "message": "string",
  "requiresVerification": true,
  "ticketId": "string",
  "ticketNumber": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}