Example 11069

Travel Itinerary

A multi-day travel plan.

{
trip: "Lake Paulettefurt to Bayerfield"
traveler: "Isaiah Donnelly"
dates: {
departure: "2026-07-21"
return: "2026-09-10"
}

flights: [
{
flight: "0586"
from: "CTU"
to: "JED"
departure: "18:45"
seat: "25F"
}

{
flight: "0073"
from: "DEN"
to: "ALG"
departure: "16:20"
seat: "35C"
}
]

hotel: {
name: "Dibbert, Batz and Mertz Hotel"
address: "32466 Franklin Road"
check_in: "16:00"
check_out: "10:00"
confirmation: "RELTWUMA"
}
}

See also