Example 8463
Travel Itinerary
A multi-day travel plan.
{
trip: "Roanoke to Doral"
traveler: "Erin Zboncak"
dates: {
departure: "2026-07-31"
return: "2026-07-27"
}
flights: [
{
flight: "0148"
from: "YVR"
to: "CNS"
departure: "18:45"
seat: "24C"
}
{
flight: "6985"
from: "WLG"
to: "CNF"
departure: "07:00"
seat: "8A"
}
]
hotel: {
name: "Homenick - Runte Hotel"
address: "16140 S College Street"
check_in: "16:00"
check_out: "10:00"
confirmation: "ARUTI0BC"
}
}