Example 8861

Travel Itinerary

A multi-day travel plan.

{
trip: "North Charlesmouth to Rock Hill"
traveler: "Mario Ullrich"
dates: {
departure: "2026-08-13"
return: "2026-08-03"
}

flights: [
{
flight: "0007"
from: "KMG"
to: "BSB"
departure: "06:30"
seat: "25C"
}

{
flight: "0005"
from: "AKL"
to: "DMK"
departure: "16:20"
seat: "34A"
}
]

hotel: {
name: "Kohler and Sons Hotel"
address: "3282 James Street"
check_in: "14:00"
check_out: "10:00"
confirmation: "KH3NELS1"
}
}

See also