Example 11075

Travel Itinerary

A multi-day travel plan.

{
trip: "Sunrise Manor to West Nick"
traveler: "Ellen Schmidt"
dates: {
departure: "2026-08-03"
return: "2026-09-17"
}

flights: [
{
flight: "0175"
from: "BKK"
to: "DMK"
departure: "06:30"
seat: "21D"
}

{
flight: "0001"
from: "OSL"
to: "ICN"
departure: "20:00"
seat: "7A"
}
]

hotel: {
name: "Wilderman - Franey Hotel"
address: "85737 The Mount"
check_in: "14:00"
check_out: "10:00"
confirmation: "PZGPROLH"
}
}

See also