Example 11164

Travel Itinerary

A multi-day travel plan.

{
trip: "Darrellville to Sammamish"
traveler: "Rocio Metz-Borer"
dates: {
departure: "2026-09-03"
return: "2026-10-08"
}

flights: [
{
flight: "7416"
from: "SSA"
to: "JFK"
departure: "14:00"
seat: "20F"
}

{
flight: "0053"
from: "OSL"
to: "YYZ"
departure: "16:20"
seat: "3C"
}
]

hotel: {
name: "Corkery, Kuhlman and Franey Hotel"
address: "437 Thompson Streets"
check_in: "15:00"
check_out: "12:00"
confirmation: "JZCVY5Y6"
}
}

See also