Example 12064
Travel Itinerary
A multi-day travel plan.
{
trip: "Donatoview to Vacaville"
traveler: "Carol Murazik"
dates: {
departure: "2026-09-16"
return: "2026-09-12"
}
flights: [
{
flight: "0948"
from: "SGN"
to: "SVO"
departure: "14:00"
seat: "1C"
}
{
flight: "0250"
from: "VCP"
to: "ARN"
departure: "16:20"
seat: "3B"
}
]
hotel: {
name: "Cremin, Witting and Ledner Hotel"
address: "170 Moor Lane"
check_in: "16:00"
check_out: "12:00"
confirmation: "KCJCGOAG"
}
}