Example 5266

Travel Itinerary

A multi-day travel plan.

{
trip: "Konopelskiburgh to West Moiseston"
traveler: "Ethelyn Anderson I"
dates: {
departure: "2026-06-11"
return: "2026-06-20"
}

flights: [
{
flight: "4869"
from: "SSA"
to: "DUS"
departure: "18:45"
seat: "35F"
}

{
flight: "0001"
from: "CNS"
to: "PEK"
departure: "16:20"
seat: "8C"
}
]

hotel: {
name: "Kerluke, Gutkowski and Bailey Hotel"
address: "7438 Jed Burg"
check_in: "16:00"
check_out: "12:00"
confirmation: "J8V8RHQO"
}
}

See also