Example 2975
Travel Itinerary
A multi-day travel plan.
{
trip: "Lake Pamside to DeSoto"
traveler: "Marisol Bruen"
dates: {
departure: "2026-05-14"
return: "2026-07-01"
}
flights: [
{
flight: "9448"
from: "DUS"
to: "LIM"
departure: "14:00"
seat: "15F"
}
{
flight: "0576"
from: "SEA"
to: "OSL"
departure: "20:00"
seat: "25B"
}
]
hotel: {
name: "Huel Group Hotel"
address: "38034 Mertz Drive"
check_in: "15:00"
check_out: "12:00"
confirmation: "GKGIMXHB"
}
}