Example 9962

Travel Itinerary

A multi-day travel plan.

{
trip: "Asheville to Dietrichport"
traveler: "Tonya Botsford"
dates: {
departure: "2026-07-16"
return: "2026-08-15"
}

flights: [
{
flight: "0829"
from: "SDU"
to: "HKG"
departure: "06:30"
seat: "13F"
}

{
flight: "0117"
from: "MNL"
to: "ATH"
departure: "07:00"
seat: "30B"
}
]

hotel: {
name: "Kuhn LLC Hotel"
address: "222 Clarence Road"
check_in: "16:00"
check_out: "11:00"
confirmation: "JEQFFE9G"
}
}

See also