Example 10570
Travel Itinerary
A multi-day travel plan.
{
trip: "Andersonhaven to Lake Kadehaven"
traveler: "Dax Schaden"
dates: {
departure: "2026-08-06"
return: "2026-08-07"
}
flights: [
{
flight: "0070"
from: "ORD"
to: "BSB"
departure: "14:00"
seat: "25D"
}
{
flight: "0001"
from: "LAS"
to: "MEX"
departure: "07:00"
seat: "3C"
}
]
hotel: {
name: "Johnston - Zieme Hotel"
address: "626 Darin Forks"
check_in: "16:00"
check_out: "10:00"
confirmation: "AAF23MQI"
}
}