Example 15669
Travel Itinerary
A multi-day travel plan.
{
trip: "Great Falls to Eden Prairie"
traveler: "Ms. Dock Bergnaum"
dates: {
departure: "2026-08-26"
return: "2026-11-01"
}
flights: [
{
flight: "0266"
from: "NOU"
to: "EZE"
departure: "06:30"
seat: "13B"
}
{
flight: "0265"
from: "BKK"
to: "SGN"
departure: "07:00"
seat: "19F"
}
]
hotel: {
name: "Bayer Inc Hotel"
address: "11415 Fisher Prairie"
check_in: "16:00"
check_out: "11:00"
confirmation: "EWZQ4ODK"
}
}