Example 7362
Travel Itinerary
A multi-day travel plan.
{
trip: "Lee's Summit to Port Vernaburgh"
traveler: "Kyle Toy"
dates: {
departure: "2026-07-20"
return: "2026-08-24"
}
flights: [
{
flight: "0062"
from: "NRT"
to: "BCN"
departure: "14:00"
seat: "5E"
}
{
flight: "0070"
from: "CBR"
to: "MUC"
departure: "16:20"
seat: "9C"
}
]
hotel: {
name: "Buckridge LLC Hotel"
address: "62777 Monserrat Streets"
check_in: "15:00"
check_out: "12:00"
confirmation: "10FYVTCF"
}
}