Example 5466
Travel Itinerary
A multi-day travel plan.
{
trip: "North Ceciliastead to Schroederton"
traveler: "Malcolm Bruen DDS"
dates: {
departure: "2026-06-21"
return: "2026-05-31"
}
flights: [
{
flight: "6763"
from: "BCN"
to: "BEL"
departure: "06:30"
seat: "25D"
}
{
flight: "0062"
from: "ZIA"
to: "NOU"
departure: "16:20"
seat: "30E"
}
]
hotel: {
name: "Schaefer and Sons Hotel"
address: "22423 Conn-Pollich Extensions"
check_in: "15:00"
check_out: "10:00"
confirmation: "GDRJ8ZEJ"
}
}