Example 6967
Travel Itinerary
A multi-day travel plan.
{
trip: "Olinberg to Fort Larryside"
traveler: "Mr. Byron Parker"
dates: {
departure: "2026-07-23"
return: "2026-06-20"
}
flights: [
{
flight: "0005"
from: "CMN"
to: "MCO"
departure: "14:00"
seat: "17F"
}
{
flight: "0829"
from: "CMN"
to: "GIG"
departure: "16:20"
seat: "34C"
}
]
hotel: {
name: "Wintheiser, Ondricka and Veum Hotel"
address: "28509 Green Keys"
check_in: "15:00"
check_out: "12:00"
confirmation: "0RFPKMHN"
}
}