Example 5468

Travel Itinerary

A multi-day travel plan.

{
trip: "Bayamon to Moenside"
traveler: "Modesta Hackett"
dates: {
departure: "2026-07-07"
return: "2026-07-10"
}

flights: [
{
flight: "0339"
from: "MEL"
to: "MUC"
departure: "14:00"
seat: "21B"
}

{
flight: "0071"
from: "CAI"
to: "AEP"
departure: "07:00"
seat: "10F"
}
]

hotel: {
name: "Dietrich and Sons Hotel"
address: "662 Gerlach Knoll"
check_in: "16:00"
check_out: "12:00"
confirmation: "M5YP1PFR"
}
}

See also