Example 6761
Travel Itinerary
A multi-day travel plan.
{
trip: "San Marcos to Fort Angelo"
traveler: "Enrique Hand"
dates: {
departure: "2026-06-17"
return: "2026-06-25"
}
flights: [
{
flight: "0007"
from: "KMG"
to: "CLT"
departure: "14:00"
seat: "15F"
}
{
flight: "8680"
from: "EZE"
to: "PPT"
departure: "16:20"
seat: "2A"
}
]
hotel: {
name: "Swaniawski Inc Hotel"
address: "1670 Nelson Road"
check_in: "15:00"
check_out: "11:00"
confirmation: "L7MXOU0Q"
}
}