Example 9274

Travel Itinerary

A multi-day travel plan.

{
trip: "Lake Wilfredfort to Yostcester"
traveler: "Yvonne Halvorson V"
dates: {
departure: "2026-07-12"
return: "2026-08-27"
}

flights: [
{
flight: "0399"
from: "MEL"
to: "MSP"
departure: "14:00"
seat: "32B"
}

{
flight: "0095"
from: "FCO"
to: "CNS"
departure: "16:20"
seat: "20C"
}
]

hotel: {
name: "Bashirian, Halvorson and Cartwright Hotel"
address: "58226 Pete Causeway"
check_in: "16:00"
check_out: "12:00"
confirmation: "KN1R6PBX"
}
}

See also