Example 6863

Travel Itinerary

A multi-day travel plan.

{
trip: "East Rhoda to Myrticeshire"
traveler: "Mr. Taylor Durgan IV"
dates: {
departure: "2026-06-06"
return: "2026-07-17"
}

flights: [
{
flight: "5672"
from: "MIA"
to: "DUS"
departure: "09:15"
seat: "33B"
}

{
flight: "0070"
from: "DEL"
to: "NBO"
departure: "20:00"
seat: "5F"
}
]

hotel: {
name: "Durgan, Hudson and Hermiston-Williamson Hotel"
address: "78839 Field Close"
check_in: "15:00"
check_out: "10:00"
confirmation: "XKAUN9QT"
}
}

See also