Example 16574

Travel Itinerary

A multi-day travel plan.

{
trip: "East Parisville to West Lorenzoville"
traveler: "Joe Bogisich"
dates: {
departure: "2026-10-24"
return: "2026-10-31"
}

flights: [
{
flight: "6878"
from: "HRG"
to: "CLO"
departure: "14:00"
seat: "20A"
}

{
flight: "0086"
from: "MIA"
to: "PPT"
departure: "07:00"
seat: "4B"
}
]

hotel: {
name: "Jones-Koepp - Hoeger Hotel"
address: "7278 E 7th Street"
check_in: "15:00"
check_out: "11:00"
confirmation: "PIOFYQSF"
}
}

See also