Example 7667
Travel Itinerary
A multi-day travel plan.
{
trip: "New Daltonberg to Brucefurt"
traveler: "Lottie Zemlak"
dates: {
departure: "2026-07-10"
return: "2026-08-29"
}
flights: [
{
flight: "0189"
from: "SGN"
to: "GIG"
departure: "18:45"
seat: "24B"
}
{
flight: "0072"
from: "ARN"
to: "JNB"
departure: "07:00"
seat: "19E"
}
]
hotel: {
name: "Hand - Botsford Hotel"
address: "918 Hillside Close"
check_in: "15:00"
check_out: "11:00"
confirmation: "IAEFO3KI"
}
}