Appearance
Create reservation on behalf ​
POST
/v1/reservations/onbehalf/{on_behalfclient_id}
Updates a specific reservation resource on behalf of ourther client
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
on_behalfclient_id*
Client we do the on behalf for.
Type
Requiredstring
Request Body​
application/json
JSON"items": [{"ticket_id": "b30c5d2d019e4eeba8de2bdd96e93434_tck","quantity": 4,"net_rate": 1000,"currency_code": "EUR","sales_price": 1000}],"notify_client": null,"notify_me": true,"notes": "Example note.","external_reference_id": null,"target_currency": "EUR","order_type": null,"valid_until": "2025-05-01T12:30:32","payment_method": "invoice"
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Created
application/json
JSON"client_id": "34e7303056c84c74abe9d48a5fbf68aa_cln","reservation_id": "64dab4ad7b7a442389a71bc253de0a09_rsv","status": "active","notify_client": true,"notes": "Example note.","valid_until": "2025-05-01T12:30:32","created": "2025-05-01T12:20:32","updated": "2025-05-01T12:20:32","parent_allocation_id": null,"external_reference_id": "octo-order-12345","items": [{"ticket_id": "b30c5d2d019e4eeba8de2bdd96e93434_tck","quantity": 10,"salesprice": 340000,"net_rate": 340000,"currency": "EUR","ticket_name": "Debenture seat","event_name": "4th Round (Men's & Ladies) - Centre Court - Day 8 - Wimbledon (2026)"}]
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}