Example 4662
Travel Itinerary
A multi-day travel plan.
{
trip: "North Juanita to West Kayden"
traveler: "Joannie Marquardt"
dates: {
departure: "2026-06-16"
return: "2026-06-24"
}
flights: [
{
flight: "0597"
from: "XIY"
to: "DFW"
departure: "06:30"
seat: "13B"
}
{
flight: "3099"
from: "MEL"
to: "VCP"
departure: "07:00"
seat: "1A"
}
]
hotel: {
name: "Rutherford - Leuschke Hotel"
address: "2353 Quarry Road"
check_in: "15:00"
check_out: "11:00"
confirmation: "EBM47MI6"
}
}