Booking Example
Example booking response for a confirmed tour booking (By API/Default pricing model)
Pricing Model: By API / Default
Response Structure
{ "_comment": "Example booking response for a confirmed tour booking (By API/Default pricing model)", "_pricing_model": "By API / Default", "_key_format": "'DEFAULT::Participant' or '{duration}::{room_type}'", "_value_format": "[{name: '...'}] - flat array of name objects", "info": { "date": "2026-07-05", "time": "10:00 am", "pickup_time": null, "latestcancellation_date": "2026-06-05", "latestcancellation_time": "10:00:00", "percent_norefund": null, "language": "English" }, "meta": { "status": "Confirmed", "product_id": "PRD102160", "booking_ref": "PE154304902", "product_type": "Tour", "voucher_html": "https://projectexpedition.com/account/voucher/PE154304902", "voucher_pdf": "https://projectexpedition.com/account/voucher/PE154304902?format=pdf" }, "operator": { "name": "Context Travel", "phone": "+1-267-477-7442 (SMS)", "email": "info@contexttravel.com", "business_ref": "84499b29-acf4-3ec4-d169-f9cf3b08cdcd", "notes": "Operator Notes:<br>Operator Reference: 248669\r\n\n\r<br><br>" }, "pax": { "number_travellers": "6", "notes": "", "travelers_names": [ "John Smith", "Jane Smith", "Tommy Smith", "Emma Smith", "Alex Smith", "Sam Smith" ], "travelers_names_raw": { "DEFAULT::Participant": [ { "name": "John Smith" }, { "name": "Jane Smith" }, { "name": "Tommy Smith" }, { "name": "Emma Smith" }, { "name": "Alex Smith" }, { "name": "Sam Smith" } ] }, "travellers_names_html": "<b>DEFAULT::Participant</b><br><p>1. John Smith</p><p>2. Jane Smith</p><p>3. Tommy Smith</p><p>4. Emma Smith</p><p>5. Alex Smith</p><p>6. Sam Smith</p>", "add_ons_html": null, "add_ons_raw": null, "contact_email": "john.smith@example.com", "contact_phone": "+1 5551234567" }, "pricing": { "payment_status": "Pending Invoice", "total": 615.19, "amount_paid": 0, "commission": 0, "currency": "USD", "payments": [] }, "partner": { "name": "Travel Agency", "email": "agent@travelagency.com", "company": "Travel Agency Inc", "partner_ref": "13021081DI23479199576" }}