Example 6680

Travel Itinerary

A multi-day travel plan.

{
trip: "Audieton to Lake Delilah"
traveler: "Earlene Hamill MD"
dates: {
departure: "2026-07-05"
return: "2026-07-06"
}

flights: [
{
flight: "9181"
from: "BRU"
to: "CKG"
departure: "06:30"
seat: "27B"
}

{
flight: "0006"
from: "MEX"
to: "BCN"
departure: "07:00"
seat: "10E"
}
]

hotel: {
name: "Metz - Feil Hotel"
address: "791 Stephanie Rapids"
check_in: "16:00"
check_out: "10:00"
confirmation: "ZMNZFWBF"
}
}

See also