Example 3461
Travel Itinerary
A multi-day travel plan.
{
trip: "West Doug to Arlington Heights"
traveler: "Norene Ledner"
dates: {
departure: "2026-05-25"
return: "2026-04-26"
}
flights: [
{
flight: "0458"
from: "FOR"
to: "MEL"
departure: "14:00"
seat: "28B"
}
{
flight: "0521"
from: "DME"
to: "FRA"
departure: "16:20"
seat: "14C"
}
]
hotel: {
name: "Hayes, Stark and Frami Hotel"
address: "5090 South Street"
check_in: "14:00"
check_out: "11:00"
confirmation: "68H3LPR9"
}
}