Example 7872
Travel Itinerary
A multi-day travel plan.
{
trip: "Fort Otis to Halvorsonburgh"
traveler: "Tyree Lubowitz"
dates: {
departure: "2026-06-23"
return: "2026-08-31"
}
flights: [
{
flight: "8595"
from: "BOM"
to: "SEA"
departure: "06:30"
seat: "11F"
}
{
flight: "0004"
from: "LAS"
to: "MUC"
departure: "16:20"
seat: "22A"
}
]
hotel: {
name: "Muller, Kilback and Feest Hotel"
address: "477 Myrtice Via"
check_in: "14:00"
check_out: "12:00"
confirmation: "6PIDEOBO"
}
}