Example 2667

Travel Itinerary

A multi-day travel plan.

{
trip: "Freddieburgh to Beattyboro"
traveler: "Mr. Casey Leannon"
dates: {
departure: "2026-05-14"
return: "2026-05-19"
}

flights: [
{
flight: "0044"
from: "ICN"
to: "PVG"
departure: "09:15"
seat: "27B"
}

{
flight: "0067"
from: "NOU"
to: "DUS"
departure: "07:00"
seat: "22E"
}
]

hotel: {
name: "Boyer - Reichel Hotel"
address: "325 Wilkinson Road"
check_in: "14:00"
check_out: "10:00"
confirmation: "SEDMRD3S"
}
}

See also