Example 6574

Travel Itinerary

A multi-day travel plan.

{
trip: "West Sally to Geraldineborough"
traveler: "Annette Runolfsson"
dates: {
departure: "2026-06-23"
return: "2026-06-29"
}

flights: [
{
flight: "0090"
from: "ADL"
to: "NBO"
departure: "14:00"
seat: "25F"
}

{
flight: "0076"
from: "PVG"
to: "ADL"
departure: "20:00"
seat: "13E"
}
]

hotel: {
name: "Nikolaus, Spencer and Gutmann Hotel"
address: "3962 Alexanne Mount"
check_in: "14:00"
check_out: "10:00"
confirmation: "AZPJDNTP"
}
}

See also