Example 14476

Travel Itinerary

A multi-day travel plan.

{
trip: "Amosfield to Elissaport"
traveler: "Mr. Felipe Haley"
dates: {
departure: "2026-08-15"
return: "2026-09-13"
}

flights: [
{
flight: "0003"
from: "MIA"
to: "CTU"
departure: "14:00"
seat: "22B"
}

{
flight: "0004"
from: "GEA"
to: "LOS"
departure: "11:30"
seat: "20E"
}
]

hotel: {
name: "Kessler, McLaughlin and Aufderhar Hotel"
address: "919 Oak Drive"
check_in: "16:00"
check_out: "11:00"
confirmation: "SLZFJVV9"
}
}

See also