Skip to main content

Arrival and Departure Dates

Specifies the Arrival and Departure dates for the Lead Availability pricing data.

 

ParameterDescriptionType
ArrivalDateArrival date of the stay.String(Date)
DepartureDateDeparture date of the stay.String(Date)
{
    "leadAvailabilityList": [
        {
            "ArrivalDate": "2022-11-20",
            "DepartureDate": "2022-11-21"
        }
    ]
}