Example 10571

Travel Itinerary

A multi-day travel plan.

{
trip: "South Kateworth to North Jamirfort"
traveler: "Camila Medhurst"
dates: {
departure: "2026-07-28"
return: "2026-08-23"
}

flights: [
{
flight: "0687"
from: "MUC"
to: "VCP"
departure: "09:15"
seat: "22C"
}

{
flight: "4081"
from: "DFW"
to: "MIA"
departure: "07:00"
seat: "30D"
}
]

hotel: {
name: "Ward-Rath Inc Hotel"
address: "44209 Henri Row"
check_in: "16:00"
check_out: "10:00"
confirmation: "3YCJWFHN"
}
}

See also