Example 8170
Travel Itinerary
A multi-day travel plan.
{
trip: "West Eliseview to Christiansenstead"
traveler: "Guy Bahringer"
dates: {
departure: "2026-06-29"
return: "2026-09-02"
}
flights: [
{
flight: "0496"
from: "DXB"
to: "DXB"
departure: "14:00"
seat: "24A"
}
{
flight: "0619"
from: "IST"
to: "ICN"
departure: "20:00"
seat: "6B"
}
]
hotel: {
name: "Lang - Runte Hotel"
address: "771 East Street"
check_in: "15:00"
check_out: "12:00"
confirmation: "ADVRDQLV"
}
}