Example 15463

Travel Itinerary

A multi-day travel plan.

{
trip: "North Pablobury to Winifredview"
traveler: "Shaun Littel"
dates: {
departure: "2026-09-25"
return: "2026-10-13"
}

flights: [
{
flight: "9932"
from: "CGH"
to: "ZRH"
departure: "06:30"
seat: "10D"
}

{
flight: "4996"
from: "NBO"
to: "BOG"
departure: "11:30"
seat: "23E"
}
]

hotel: {
name: "Hayes LLC Hotel"
address: "9641 Conroy Path"
check_in: "15:00"
check_out: "11:00"
confirmation: "ZL9JV0HS"
}
}

See also