Example 5970

Travel Itinerary

A multi-day travel plan.

{
trip: "Kertzmanntown to Terrencestead"
traveler: "Antwan Rohan"
dates: {
departure: "2026-06-19"
return: "2026-07-11"
}

flights: [
{
flight: "0008"
from: "LAX"
to: "BKK"
departure: "14:00"
seat: "10F"
}

{
flight: "0009"
from: "CWB"
to: "CWB"
departure: "11:30"
seat: "6D"
}
]

hotel: {
name: "Ondricka - Harber Hotel"
address: "79407 Hodkiewicz-Reilly Motorway"
check_in: "14:00"
check_out: "10:00"
confirmation: "LLPXJMR2"
}
}

See also