Example 17565
Travel Itinerary
A multi-day travel plan.
{
trip: "New Ledaberg to Germainecester"
traveler: "Cristal Ward"
dates: {
departure: "2026-09-22"
return: "2026-09-30"
}
flights: [
{
flight: "0353"
from: "MIA"
to: "POM"
departure: "14:00"
seat: "24C"
}
{
flight: "5261"
from: "NAN"
to: "OGG"
departure: "16:20"
seat: "17C"
}
]
hotel: {
name: "Dibbert Inc Hotel"
address: "3947 Duane Row"
check_in: "14:00"
check_out: "12:00"
confirmation: "XIEBAA1D"
}
}