Example 9777
Travel Itinerary
A multi-day travel plan.
{
trip: "Beerland to Derekmouth"
traveler: "Candace Pfannerstill III"
dates: {
departure: "2026-07-26"
return: "2026-09-11"
}
flights: [
{
flight: "0004"
from: "FCO"
to: "PER"
departure: "14:00"
seat: "5C"
}
{
flight: "0073"
from: "OSL"
to: "REC"
departure: "20:00"
seat: "1E"
}
]
hotel: {
name: "Schiller, Von-Welch and Wuckert Hotel"
address: "47653 McDermott Trace"
check_in: "16:00"
check_out: "11:00"
confirmation: "WXA8WL3W"
}
}