Skip to content

Patch a ticket by ID ​

PATCH
/v1/admin/xs2event/tickets/{ticket_id}

Partially update a single ticket based on a given id

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

ticket_id*

XS2event ID of the Ticket

Type
string
Required

Request Body​

application/json
JSON
{
  
"sales_price": null,
  
"cost_price": null,
  
"face_value_price": null,
  
"ticket_status": null,
  
"backorder_quantity": null,
  
"allocation_quantity": null
}

Responses​

No Content

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​