Example 8175
Travel Itinerary
A multi-day travel plan.
{
trip: "Patienceborough to East Jeannie"
traveler: "Mrs. Bonnie Leffler-O'Hara"
dates: {
departure: "2026-08-08"
return: "2026-07-08"
}
flights: [
{
flight: "0005"
from: "TUN"
to: "PPT"
departure: "06:30"
seat: "1E"
}
{
flight: "0008"
from: "VCP"
to: "DUB"
departure: "11:30"
seat: "31D"
}
]
hotel: {
name: "Jones, Dietrich and Towne Hotel"
address: "3903 Gordon Street"
check_in: "15:00"
check_out: "10:00"
confirmation: "UIHYAFOQ"
}
}