Example 4775

Travel Itinerary

A multi-day travel plan.

{
trip: "Boscoville to Lemke-Cristport"
traveler: "Miss Callie Hudson"
dates: {
departure: "2026-06-05"
return: "2026-08-04"
}

flights: [
{
flight: "0042"
from: "FRA"
to: "GRU"
departure: "06:30"
seat: "23C"
}

{
flight: "3479"
from: "BNE"
to: "HNL"
departure: "20:00"
seat: "33C"
}
]

hotel: {
name: "Rau, Steuber and Hegmann Hotel"
address: "5338 Joe Rest"
check_in: "16:00"
check_out: "12:00"
confirmation: "EDZ87OKM"
}
}

See also