Example 13761

Travel Itinerary

A multi-day travel plan.

{
trip: "Dalefield to New Dashawn"
traveler: "Ms. Ophelia Boyle DVM"
dates: {
departure: "2026-09-06"
return: "2026-08-11"
}

flights: [
{
flight: "1398"
from: "LAX"
to: "ALG"
departure: "06:30"
seat: "22E"
}

{
flight: "0001"
from: "GIG"
to: "AKL"
departure: "11:30"
seat: "24A"
}
]

hotel: {
name: "Barton, Jacobson and Stehr Hotel"
address: "5575 Cremin Shore"
check_in: "16:00"
check_out: "11:00"
confirmation: "BC5881Q5"
}
}

See also