Skip to content

Upload multiple ticket links ​

POST
/v1/suppliers/orders/{bookingorder_id}/links/{orderitem_id}

Authorizations​

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

Parameters​

Path Parameters

bookingorder_id*

XS2event ID of the Bookingorder

Type
string
Required
orderitem_id*

XS2event ID of the Bookingorder item

Type
string
Required

Request Body​

application/json
JSON
{
  
"links": [
  
  
{
  
  
  
"link": "string",
  
  
  
"label": null
  
  
}
  
]
}

Responses​

OK

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​