Example 8567
Travel Itinerary
A multi-day travel plan.
{
trip: "South Brucemouth to Colechester"
traveler: "Mr. Marshall Stanton"
dates: {
departure: "2026-07-29"
return: "2026-09-03"
}
flights: [
{
flight: "6397"
from: "ZRH"
to: "SSA"
departure: "09:15"
seat: "3C"
}
{
flight: "3625"
from: "JNB"
to: "MUC"
departure: "11:30"
seat: "8A"
}
]
hotel: {
name: "Dicki and Sons Hotel"
address: "3305 Sandy Lane"
check_in: "15:00"
check_out: "10:00"
confirmation: "PRMLIBE7"
}
}