Example 2263
Travel Itinerary
A multi-day travel plan.
{
trip: "El Centro to North Annieville"
traveler: "Ludie Kutch"
dates: {
departure: "2026-05-11"
return: "2026-06-17"
}
flights: [
{
flight: "0009"
from: "BOG"
to: "WLG"
departure: "06:30"
seat: "10D"
}
{
flight: "1564"
from: "CAI"
to: "TUN"
departure: "11:30"
seat: "12A"
}
]
hotel: {
name: "Rice Inc Hotel"
address: "5952 Clark Club"
check_in: "16:00"
check_out: "11:00"
confirmation: "W1ZNVXM6"
}
}