Example 14767
Travel Itinerary
A multi-day travel plan.
{
trip: "Runteport to Konopelski-Fadelport"
traveler: "Brandy Cartwright"
dates: {
departure: "2026-08-30"
return: "2026-09-15"
}
flights: [
{
flight: "3309"
from: "AEP"
to: "JFK"
departure: "06:30"
seat: "31A"
}
{
flight: "0001"
from: "SFO"
to: "PER"
departure: "11:30"
seat: "32B"
}
]
hotel: {
name: "Bruen Group Hotel"
address: "314 Noel Extension"
check_in: "14:00"
check_out: "10:00"
confirmation: "AI2MNXKE"
}
}