Example 8079
Travel Itinerary
A multi-day travel plan.
{
trip: "Lincolnburgh to Lake Norwood"
traveler: "Oceane Gusikowski"
dates: {
departure: "2026-08-01"
return: "2026-08-01"
}
flights: [
{
flight: "0229"
from: "GEA"
to: "MUC"
departure: "14:00"
seat: "10D"
}
{
flight: "5557"
from: "NAN"
to: "BOG"
departure: "11:30"
seat: "21E"
}
]
hotel: {
name: "Yundt, Mills and Grimes Hotel"
address: "966 Mayert Crescent"
check_in: "16:00"
check_out: "11:00"
confirmation: "R7KFUWXD"
}
}