Example 8879
Travel Itinerary
A multi-day travel plan.
{
trip: "Hilo to Fort Arthur"
traveler: "Bria Botsford"
dates: {
departure: "2026-07-04"
return: "2026-07-10"
}
flights: [
{
flight: "0002"
from: "PVG"
to: "ZIA"
departure: "14:00"
seat: "18B"
}
{
flight: "6299"
from: "ORD"
to: "POM"
departure: "20:00"
seat: "33A"
}
]
hotel: {
name: "Smith - Zieme Hotel"
address: "954 Salisbury Road"
check_in: "14:00"
check_out: "11:00"
confirmation: "KFFLK2XI"
}
}