Example 9176

Travel Itinerary

A multi-day travel plan.

{
trip: "East Gene to Port Solonport"
traveler: "Sara Hyatt"
dates: {
departure: "2026-06-25"
return: "2026-07-25"
}

flights: [
{
flight: "5162"
from: "BKK"
to: "BKK"
departure: "14:00"
seat: "11F"
}

{
flight: "0317"
from: "NOU"
to: "CGH"
departure: "20:00"
seat: "15A"
}
]

hotel: {
name: "Kirlin Inc Hotel"
address: "8701 E Market Street"
check_in: "15:00"
check_out: "12:00"
confirmation: "Q0IHUWVF"
}
}

See also