Example 10364
Travel Itinerary
A multi-day travel plan.
{
trip: "Fort Billy to Annabellview"
traveler: "Ansel Huels"
dates: {
departure: "2026-07-09"
return: "2026-08-10"
}
flights: [
{
flight: "0563"
from: "OSL"
to: "ICN"
departure: "09:15"
seat: "29D"
}
{
flight: "0060"
from: "DEN"
to: "DEL"
departure: "11:30"
seat: "1B"
}
]
hotel: {
name: "Feest-Smitham - Schumm Hotel"
address: "717 Bradtke Rapid"
check_in: "14:00"
check_out: "10:00"
confirmation: "VCIKRRKC"
}
}