Example 4579

Travel Itinerary

A multi-day travel plan.

{
trip: "North Carolynville to North Horaceworth"
traveler: "Edgar Parisian"
dates: {
departure: "2026-06-27"
return: "2026-06-20"
}

flights: [
{
flight: "4194"
from: "NAN"
to: "MAD"
departure: "06:30"
seat: "30C"
}

{
flight: "0151"
from: "HRG"
to: "ATH"
departure: "16:20"
seat: "31D"
}
]

hotel: {
name: "Luettgen, O'Hara and Von Hotel"
address: "4047 W State Street"
check_in: "14:00"
check_out: "10:00"
confirmation: "BBNDZO7L"
}
}

See also