Example 6261

Travel Itinerary

A multi-day travel plan.

{
trip: "West Isabel to Bergstromcester"
traveler: "Geoffrey Bradtke"
dates: {
departure: "2026-07-08"
return: "2026-08-19"
}

flights: [
{
flight: "0911"
from: "WLG"
to: "BKK"
departure: "09:15"
seat: "35A"
}

{
flight: "0312"
from: "MEX"
to: "TUN"
departure: "20:00"
seat: "31A"
}
]

hotel: {
name: "Orn, Hauck and Gerhold Hotel"
address: "6100 Westgate"
check_in: "15:00"
check_out: "11:00"
confirmation: "7UNV3CKK"
}
}

See also