Example 3871
Travel Itinerary
A multi-day travel plan.
{
trip: "St. Petersburg to Greenburgh"
traveler: "Donna McLaughlin"
dates: {
departure: "2026-05-13"
return: "2026-06-03"
}
flights: [
{
flight: "0873"
from: "VKO"
to: "IST"
departure: "06:30"
seat: "10F"
}
{
flight: "0003"
from: "LHR"
to: "FCO"
departure: "07:00"
seat: "34C"
}
]
hotel: {
name: "Stracke, Bechtelar and Kuhlman Hotel"
address: "95201 Chanelle Underpass"
check_in: "15:00"
check_out: "10:00"
confirmation: "JGWUYBUE"
}
}