Example 4076
Travel Itinerary
A multi-day travel plan.
{
trip: "Cedar Rapids to Luettgenberg"
traveler: "Halie Weimann Sr."
dates: {
departure: "2026-06-03"
return: "2026-07-03"
}
flights: [
{
flight: "0007"
from: "CHC"
to: "DUB"
departure: "09:15"
seat: "18A"
}
{
flight: "0035"
from: "MIA"
to: "GEA"
departure: "07:00"
seat: "30D"
}
]
hotel: {
name: "Cormier, Gutkowski and Hackett-Hodkiewicz Hotel"
address: "4242 1st Street"
check_in: "14:00"
check_out: "11:00"
confirmation: "0HAOE2VW"
}
}