Example 13079

Travel Itinerary

A multi-day travel plan.

{
trip: "Midwest City to Springfield"
traveler: "Modesto Braun"
dates: {
departure: "2026-08-18"
return: "2026-08-29"
}

flights: [
{
flight: "5770"
from: "CHC"
to: "GIG"
departure: "06:30"
seat: "27A"
}

{
flight: "0008"
from: "CMN"
to: "ZRH"
departure: "16:20"
seat: "18E"
}
]

hotel: {
name: "Effertz Inc Hotel"
address: "386 W Walnut Street"
check_in: "15:00"
check_out: "11:00"
confirmation: "IS8WJKWE"
}
}

See also