Example 9670
Travel Itinerary
A multi-day travel plan.
{
trip: "Millsland to Legrosborough"
traveler: "Juliana Will Sr."
dates: {
departure: "2026-08-24"
return: "2026-09-20"
}
flights: [
{
flight: "0021"
from: "SIN"
to: "DFW"
departure: "14:00"
seat: "33B"
}
{
flight: "9069"
from: "CWB"
to: "KMG"
departure: "07:00"
seat: "35E"
}
]
hotel: {
name: "Nolan, Green and Kuvalis Hotel"
address: "557 Luis Plains"
check_in: "16:00"
check_out: "11:00"
confirmation: "G4KK549T"
}
}