Example 13564
Travel Itinerary
A multi-day travel plan.
{
trip: "Lake Dave to Patriciaboro"
traveler: "Alexandra Rice"
dates: {
departure: "2026-09-03"
return: "2026-10-03"
}
flights: [
{
flight: "0002"
from: "SVO"
to: "PER"
departure: "14:00"
seat: "1E"
}
{
flight: "0509"
from: "SHA"
to: "DUB"
departure: "20:00"
seat: "29B"
}
]
hotel: {
name: "Bartell, Fay and Torp Hotel"
address: "17237 Broadway"
check_in: "16:00"
check_out: "10:00"
confirmation: "5TSKNJJR"
}
}