Skip to main content
POST
/
tickets
/
{id}
/
forward
Forwarding a ticket
curl --request POST \
  --url https://api.qminder.com/v1/tickets/{id}/forward \
  --header 'Content-Type: application/json' \
  --header 'X-Qminder-REST-API-Key: <api-key>' \
  --data '
{
  "user": 123,
  "line": 123
}
'
"{\n  \"statusCode\": 200\n}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Path Parameters

id
string
required

The ID of the ticket to forward.

Body

user
integer<int32>
required

The ID of the user who forwarded the ticket.

line
integer<int32>
required

The ID of the Line to forward the ticket to.

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200