Example 3167

Travel Itinerary

A multi-day travel plan.

{
trip: "Brandynboro to Port Anthonyfield"
traveler: "Theresia Okuneva II"
dates: {
departure: "2026-05-11"
return: "2026-06-09"
}

flights: [
{
flight: "0006"
from: "NBO"
to: "MIA"
departure: "18:45"
seat: "3C"
}

{
flight: "0013"
from: "JED"
to: "BNE"
departure: "20:00"
seat: "21A"
}
]

hotel: {
name: "O'Hara, Blanda and Nolan Hotel"
address: "814 Alma Street"
check_in: "14:00"
check_out: "12:00"
confirmation: "CXG26J0G"
}
}

See also