Example 9179

Travel Itinerary

A multi-day travel plan.

{
trip: "South Betty to Fort Ted"
traveler: "Raegan Abernathy"
dates: {
departure: "2026-07-22"
return: "2026-08-22"
}

flights: [
{
flight: "0015"
from: "OSL"
to: "CPT"
departure: "18:45"
seat: "12C"
}

{
flight: "0836"
from: "JNB"
to: "CWB"
departure: "07:00"
seat: "3B"
}
]

hotel: {
name: "Waters - Kessler Hotel"
address: "988 Alvin Crossing"
check_in: "14:00"
check_out: "11:00"
confirmation: "DNTR30AB"
}
}

See also