Example 16767
Travel Itinerary
A multi-day travel plan.
{
trip: "Miriamcester to South Hugo"
traveler: "Britney Schmeler"
dates: {
departure: "2026-09-18"
return: "2026-09-18"
}
flights: [
{
flight: "0060"
from: "CAI"
to: "CPH"
departure: "14:00"
seat: "6D"
}
{
flight: "8293"
from: "CLT"
to: "HRG"
departure: "20:00"
seat: "7E"
}
]
hotel: {
name: "O'Hara - Torphy Hotel"
address: "9971 Larson Mews"
check_in: "16:00"
check_out: "10:00"
confirmation: "5VGAGFFP"
}
}