Example 4476

Travel Itinerary

A multi-day travel plan.

{
trip: "Annettechester to New Hughfurt"
traveler: "Shawn Sawayn"
dates: {
departure: "2026-06-20"
return: "2026-06-21"
}

flights: [
{
flight: "0033"
from: "MUC"
to: "HND"
departure: "14:00"
seat: "24E"
}

{
flight: "0036"
from: "CLT"
to: "SHA"
departure: "16:20"
seat: "3B"
}
]

hotel: {
name: "Yost Inc Hotel"
address: "7447 Rosalind Burg"
check_in: "16:00"
check_out: "10:00"
confirmation: "1TYV9L9H"
}
}

See also