Example 10061

Travel Itinerary

A multi-day travel plan.

{
trip: "Trantowland to West Odessaboro"
traveler: "Mr. Stuart Bahringer"
dates: {
departure: "2026-07-10"
return: "2026-08-06"
}

flights: [
{
flight: "0004"
from: "GRU"
to: "JED"
departure: "14:00"
seat: "7D"
}

{
flight: "6652"
from: "DXB"
to: "DXB"
departure: "16:20"
seat: "6A"
}
]

hotel: {
name: "Conroy LLC Hotel"
address: "81461 Cummings Common"
check_in: "15:00"
check_out: "11:00"
confirmation: "QNTQNZSL"
}
}

See also