Example 9768
Travel Itinerary
A multi-day travel plan.
{
trip: "Delbertcester to South Jacintoland"
traveler: "Ms. Luz Hills"
dates: {
departure: "2026-07-22"
return: "2026-08-01"
}
flights: [
{
flight: "0058"
from: "ARN"
to: "LHR"
departure: "14:00"
seat: "12F"
}
{
flight: "0327"
from: "PVG"
to: "FOR"
departure: "20:00"
seat: "9F"
}
]
hotel: {
name: "Dach, Johnson and Herzog Hotel"
address: "508 Hayley View"
check_in: "15:00"
check_out: "11:00"
confirmation: "XNRVOAEB"
}
}