Example 7871

Travel Itinerary

A multi-day travel plan.

{
trip: "East Reginald to Mindyburgh"
traveler: "Norman Turcotte-Skiles"
dates: {
departure: "2026-07-24"
return: "2026-07-29"
}

flights: [
{
flight: "0995"
from: "PPT"
to: "AEP"
departure: "18:45"
seat: "5E"
}

{
flight: "0001"
from: "VCP"
to: "JED"
departure: "20:00"
seat: "33E"
}
]

hotel: {
name: "Langosh, Wintheiser and O'Kon Hotel"
address: "9297 Mill Street"
check_in: "16:00"
check_out: "11:00"
confirmation: "TM4GN7VI"
}
}

See also