Example 11779

Travel Itinerary

A multi-day travel plan.

{
trip: "Dixieworth to Gerholdstad"
traveler: "Dashawn Zemlak"
dates: {
departure: "2026-08-26"
return: "2026-08-08"
}

flights: [
{
flight: "0004"
from: "SVO"
to: "SCL"
departure: "06:30"
seat: "6A"
}

{
flight: "0622"
from: "CAI"
to: "BSB"
departure: "20:00"
seat: "18E"
}
]

hotel: {
name: "Hoppe, Satterfield and Hahn Hotel"
address: "9105 Skyline Drive"
check_in: "16:00"
check_out: "12:00"
confirmation: "29G3RMEE"
}
}

See also