Example 13774
Travel Itinerary
A multi-day travel plan.
{
trip: "Wilkinsonboro to Wilfredoview"
traveler: "Pietro Huels"
dates: {
departure: "2026-08-09"
return: "2026-08-21"
}
flights: [
{
flight: "0009"
from: "AEP"
to: "MDE"
departure: "09:15"
seat: "34D"
}
{
flight: "9807"
from: "LAX"
to: "DUS"
departure: "11:30"
seat: "25C"
}
]
hotel: {
name: "Bergnaum, Cartwright and VonRueden Hotel"
address: "67497 Bernhard Wall"
check_in: "16:00"
check_out: "12:00"
confirmation: "UPHSHF9G"
}
}