Appearance
Update booking ​
PUT
/v1/bookings/{booking_id}
Update a specific booking. This flow is triggered when you update the prices of the deleted booking order.
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
booking_id*
XS2event ID of the Booking
Type
Requiredstring
Request Body​
application/json
JSON"items": [{"ticket_id": "dbe592106db4431a8260c2656dc753ac_tck","quantity": 2,"net_rate": 48000,"event_id": "a0351f57524a4119ab838038c2718588_evt","currency_code": "EUR","face_value": 50000,"sales_price": 48000}]
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
OK