For the complete documentation index, see llms.txt. This page is also available as Markdown.

Close the ticket

Is used to notify Partner the ticket status is closed. Request is sent with 24 hours delay after ticket_win , ticket_lost , ticket_void , ticket_refund request. During this period rollbacks could be sent.

Request fields:

Attribute
Data Type
Description

operator

string

Name of the operator as registered on the system

ticket_id

string

Ticket id

Sample request:

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

Sample response:

Response: 200
Doesn't require any payload

Last updated