Example 8569

Travel Itinerary

A multi-day travel plan.

{
trip: "Danielahaven to Gaithersburg"
traveler: "Tomas Bergstrom DDS"
dates: {
departure: "2026-07-05"
return: "2026-09-03"
}

flights: [
{
flight: "5866"
from: "ZIA"
to: "BEL"
departure: "14:00"
seat: "30B"
}

{
flight: "0007"
from: "HBA"
to: "ZRH"
departure: "20:00"
seat: "12E"
}
]

hotel: {
name: "Crona - Morar Hotel"
address: "86215 N 5th Street"
check_in: "14:00"
check_out: "12:00"
confirmation: "IQWCUUOA"
}
}

See also