Example 9078

Travel Itinerary

A multi-day travel plan.

{
trip: "Warrentown to Hilo"
traveler: "Mr. Wm Wolf"
dates: {
departure: "2026-07-12"
return: "2026-06-23"
}

flights: [
{
flight: "0734"
from: "SDU"
to: "KUL"
departure: "18:45"
seat: "33A"
}

{
flight: "9932"
from: "GIG"
to: "BSB"
departure: "11:30"
seat: "32E"
}
]

hotel: {
name: "Barrows, Howe and Bartell Hotel"
address: "176 Howard Road"
check_in: "14:00"
check_out: "10:00"
confirmation: "OYRIVYMV"
}
}

See also