Example 6964

Travel Itinerary

A multi-day travel plan.

{
trip: "Ignacioboro to East Terishire"
traveler: "Mario Schulist"
dates: {
departure: "2026-07-02"
return: "2026-07-21"
}

flights: [
{
flight: "0001"
from: "OSL"
to: "MNL"
departure: "06:30"
seat: "35B"
}

{
flight: "0083"
from: "PER"
to: "FCO"
departure: "07:00"
seat: "8B"
}
]

hotel: {
name: "Herzog, Mayer and Beahan-McLaughlin Hotel"
address: "679 N Main Avenue"
check_in: "15:00"
check_out: "10:00"
confirmation: "9UHS9I4A"
}
}

See also