Skip to content

Relist bookingorder ​

POST
/v1/marketplace/relist

Relists a booking order. Each ticket in a booking order can be relisted once.

Authorizations​

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

Request Body​

application/json
JSON
{
  
"bookingorder_id": "string",
  
"ticket_id": "string",
  
"face_value": 0,
  
"sales_price": 0,
  
"supplier_quantity": 0,
  
"currency_code": "string",
  
"flags": [
  
  
"string"
  
],
  
"vat_category": "none"
}

Responses​

Created

Playground​

Server
Authorization
Body

Samples​