Example 15963
Travel Itinerary
A multi-day travel plan.
{
trip: "Zackarycester to West Thurman"
traveler: "Cameron Lueilwitz"
dates: {
departure: "2026-10-13"
return: "2026-08-31"
}
flights: [
{
flight: "5631"
from: "CDG"
to: "DEL"
departure: "09:15"
seat: "4B"
}
{
flight: "0968"
from: "BKK"
to: "IAH"
departure: "20:00"
seat: "31C"
}
]
hotel: {
name: "Huel and Sons Hotel"
address: "9668 Jones Glen"
check_in: "14:00"
check_out: "12:00"
confirmation: "A2KYZ0VD"
}
}