Example 12270

Travel Itinerary

A multi-day travel plan.

{
trip: "Beaverton to Lake Hugh"
traveler: "Marian Conroy"
dates: {
departure: "2026-08-24"
return: "2026-07-26"
}

flights: [
{
flight: "8245"
from: "IAH"
to: "SZX"
departure: "14:00"
seat: "8B"
}

{
flight: "0052"
from: "CPT"
to: "PER"
departure: "20:00"
seat: "4A"
}
]

hotel: {
name: "Aufderhar - Halvorson Hotel"
address: "131 Luettgen Rest"
check_in: "15:00"
check_out: "12:00"
confirmation: "8MBBSAHD"
}
}

See also