Example 14680
Travel Itinerary
A multi-day travel plan.
{
trip: "Fort Cliftonton to Port Alberta"
traveler: "Mikel Stoltenberg"
dates: {
departure: "2026-10-11"
return: "2026-09-11"
}
flights: [
{
flight: "0005"
from: "SZX"
to: "MSP"
departure: "09:15"
seat: "15D"
}
{
flight: "0076"
from: "OSL"
to: "ADD"
departure: "11:30"
seat: "30C"
}
]
hotel: {
name: "Daniel, Kulas and Baumbach Hotel"
address: "1032 Rau Ville"
check_in: "15:00"
check_out: "11:00"
confirmation: "XX6YRTHJ"
}
}