Example 7177

Travel Itinerary

A multi-day travel plan.

{
trip: "Enterprise to Vickieside"
traveler: "Tina Legros"
dates: {
departure: "2026-07-14"
return: "2026-07-05"
}

flights: [
{
flight: "0001"
from: "SHA"
to: "BNE"
departure: "14:00"
seat: "19B"
}

{
flight: "0009"
from: "LHR"
to: "REC"
departure: "20:00"
seat: "3F"
}
]

hotel: {
name: "Pouros, Jakubowski and Frami Hotel"
address: "3455 Brian Rue"
check_in: "15:00"
check_out: "11:00"
confirmation: "S3RWAYNT"
}
}

See also