Example 14765
Travel Itinerary
A multi-day travel plan.
{
trip: "Shaunview to Marysville"
traveler: "Beth Considine PhD"
dates: {
departure: "2026-10-11"
return: "2026-09-07"
}
flights: [
{
flight: "0074"
from: "ARN"
to: "CGH"
departure: "09:15"
seat: "11F"
}
{
flight: "0025"
from: "CPH"
to: "LIM"
departure: "20:00"
seat: "32A"
}
]
hotel: {
name: "Green-Kutch Group Hotel"
address: "7440 Rogelio Forges"
check_in: "14:00"
check_out: "12:00"
confirmation: "NTIEQVKZ"
}
}