Example 8777
Travel Itinerary
A multi-day travel plan.
{
trip: "Cordiaton to Pasco"
traveler: "Alford Olson"
dates: {
departure: "2026-07-18"
return: "2026-09-07"
}
flights: [
{
flight: "0860"
from: "ZRH"
to: "MDE"
departure: "06:30"
seat: "28B"
}
{
flight: "0015"
from: "AEP"
to: "ALG"
departure: "11:30"
seat: "14D"
}
]
hotel: {
name: "Stamm, Boehm and Schamberger Hotel"
address: "3025 Kiehn Canyon"
check_in: "14:00"
check_out: "10:00"
confirmation: "TQ5DIWA0"
}
}