Example 3773
Travel Itinerary
A multi-day travel plan.
{
trip: "Saulcester to Deronton"
traveler: "Mr. Jacob Bogisich"
dates: {
departure: "2026-06-07"
return: "2026-06-21"
}
flights: [
{
flight: "8225"
from: "SEA"
to: "CPH"
departure: "09:15"
seat: "11E"
}
{
flight: "0946"
from: "CPT"
to: "LIM"
departure: "11:30"
seat: "16C"
}
]
hotel: {
name: "Willms, Sipes and Fay Hotel"
address: "24757 John Point"
check_in: "16:00"
check_out: "11:00"
confirmation: "MVHWMF4S"
}
}