Example 8673

Travel Itinerary

A multi-day travel plan.

{
trip: "McKenziefield to Vickyfurt"
traveler: "Bruce Hills MD"
dates: {
departure: "2026-07-13"
return: "2026-07-20"
}

flights: [
{
flight: "8254"
from: "AEP"
to: "YVR"
departure: "09:15"
seat: "4F"
}

{
flight: "1471"
from: "MCO"
to: "WLG"
departure: "16:20"
seat: "7D"
}
]

hotel: {
name: "Cole, Heaney and Farrell Hotel"
address: "5115 Towne Plaza"
check_in: "15:00"
check_out: "12:00"
confirmation: "HVR4BMFQ"
}
}

See also