Example 3574

Travel Itinerary

A multi-day travel plan.

{
trip: "New Elwinboro to Fort Ronald"
traveler: "Felipe Quitzon"
dates: {
departure: "2026-05-19"
return: "2026-05-28"
}

flights: [
{
flight: "0050"
from: "ARN"
to: "ZIA"
departure: "14:00"
seat: "14C"
}

{
flight: "0001"
from: "VKO"
to: "VIE"
departure: "20:00"
seat: "1E"
}
]

hotel: {
name: "Veum Group Hotel"
address: "361 Hamill Ranch"
check_in: "14:00"
check_out: "12:00"
confirmation: "LDDYWREO"
}
}

See also