Example 11280

Travel Itinerary

A multi-day travel plan.

{
trip: "Gibsonstad to Lake Ryan"
traveler: "Jesus Kautzer"
dates: {
departure: "2026-08-06"
return: "2026-09-30"
}

flights: [
{
flight: "0006"
from: "ALG"
to: "VIE"
departure: "06:30"
seat: "17D"
}

{
flight: "7376"
from: "DUB"
to: "REC"
departure: "20:00"
seat: "18F"
}
]

hotel: {
name: "Feeney, Lakin and Rath Hotel"
address: "3841 Ebert Garden"
check_in: "15:00"
check_out: "12:00"
confirmation: "7DOYIBSM"
}
}

See also