Lose the ticket

The request is made when ticket is lost.

Request fields:

AttributeData TypeDescription

operator

string

Name of the operator as registered on the system

ticket_id

string

Ticket id

Sample request:

{
    "action": "ticket_lost", 
    "data": {
        "operator": "operator-code",
        "ticket_id": "1330556611374148608"
    }
}

Sample response:

Response: 200
Doesn't require any payload

Last updated