Example 10276
Travel Itinerary
A multi-day travel plan.
{
trip: "West Eula to Aliciastad"
traveler: "Ms. Cheryl Goodwin"
dates: {
departure: "2026-07-13"
return: "2026-09-16"
}
flights: [
{
flight: "0007"
from: "BEL"
to: "HRG"
departure: "18:45"
seat: "7F"
}
{
flight: "0005"
from: "PHX"
to: "SEA"
departure: "20:00"
seat: "32D"
}
]
hotel: {
name: "Smith - Kunze Hotel"
address: "2881 Price Court"
check_in: "14:00"
check_out: "12:00"
confirmation: "ZOJO2TTR"
}
}