Example 15068

Travel Itinerary

A multi-day travel plan.

{
trip: "Mentor to North Sigrid"
traveler: "Leonard Fahey-Bernhard"
dates: {
departure: "2026-10-11"
return: "2026-10-08"
}

flights: [
{
flight: "0627"
from: "MNL"
to: "CAI"
departure: "18:45"
seat: "18A"
}

{
flight: "0461"
from: "LOS"
to: "SFO"
departure: "20:00"
seat: "25C"
}
]

hotel: {
name: "Bogisich, Tromp and Conn Hotel"
address: "7792 S Grand Avenue"
check_in: "15:00"
check_out: "12:00"
confirmation: "NEJKGOFN"
}
}

See also