Example 8066
Travel Itinerary
A multi-day travel plan.
{
trip: "Lake Joelstad to Rosenbaumburgh"
traveler: "Mr. Darrin Gulgowski"
dates: {
departure: "2026-07-22"
return: "2026-08-22"
}
flights: [
{
flight: "0038"
from: "CDG"
to: "KMG"
departure: "09:15"
seat: "21D"
}
{
flight: "9749"
from: "ZIA"
to: "PEK"
departure: "07:00"
seat: "26F"
}
]
hotel: {
name: "Feest LLC Hotel"
address: "7127 Grange Close"
check_in: "14:00"
check_out: "12:00"
confirmation: "3VNWDYQ3"
}
}