Example 3868

Travel Itinerary

A multi-day travel plan.

{
trip: "Henriettaboro to Baldwin Park"
traveler: "Robyn Altenwerth"
dates: {
departure: "2026-06-13"
return: "2026-07-23"
}

flights: [
{
flight: "0006"
from: "MAD"
to: "CKG"
departure: "18:45"
seat: "32A"
}

{
flight: "0011"
from: "EZE"
to: "DFW"
departure: "11:30"
seat: "23F"
}
]

hotel: {
name: "Kuhlman, Sawayn and Roberts Hotel"
address: "281 Zulauf Shoals"
check_in: "16:00"
check_out: "11:00"
confirmation: "HJUHW8OB"
}
}

See also