Example 2467
Travel Itinerary
A multi-day travel plan.
{
trip: "Elenacester to East Susan"
traveler: "Maurice Powlowski"
dates: {
departure: "2026-04-24"
return: "2026-07-01"
}
flights: [
{
flight: "0003"
from: "OGG"
to: "REC"
departure: "14:00"
seat: "30F"
}
{
flight: "0474"
from: "SSA"
to: "WLG"
departure: "07:00"
seat: "35B"
}
]
hotel: {
name: "Effertz, O'Reilly and Littel Hotel"
address: "388 Altenwerth Place"
check_in: "14:00"
check_out: "12:00"
confirmation: "SOAK4SMF"
}
}