Example 3580
Travel Itinerary
A multi-day travel plan.
{
trip: "Ryanview to Darinborough"
traveler: "Marjorie Rogahn"
dates: {
departure: "2026-04-30"
return: "2026-05-05"
}
flights: [
{
flight: "2123"
from: "YYZ"
to: "WLG"
departure: "06:30"
seat: "12D"
}
{
flight: "0005"
from: "DFW"
to: "CMN"
departure: "11:30"
seat: "27D"
}
]
hotel: {
name: "Heathcote Inc Hotel"
address: "1209 The Woodlands"
check_in: "14:00"
check_out: "11:00"
confirmation: "ALTSSHN9"
}
}