Example 13961
Travel Itinerary
A multi-day travel plan.
{
trip: "Abbottton to Lake Rosalyn"
traveler: "Alison O'Connell"
dates: {
departure: "2026-08-31"
return: "2026-10-13"
}
flights: [
{
flight: "8356"
from: "CLT"
to: "NOU"
departure: "09:15"
seat: "26E"
}
{
flight: "0077"
from: "SHA"
to: "EZE"
departure: "20:00"
seat: "33D"
}
]
hotel: {
name: "Kohler, Gerhold and McClure Hotel"
address: "543 Wilkinson Street"
check_in: "14:00"
check_out: "10:00"
confirmation: "YC0ZWWK2"
}
}