v1
latestOpenAPI 3.0.32026-07-2672165314.6 KBReservations
Calculates a quote for a specific property and stay period.
Calculates the price and details for a potential booking based on the provided parameters (dates, property, room types, etc.). Returns a list of quotes for different rate plans.
get/v1/quote/{propertyId}
Path parameters
propertyIdinteger required
The unique identifier of the property.
Query parameters
arrivalstring date-time
The arrival date of the stay.
departurestring date-time
The departure date of the stay.
A list of room types and the number of guests for each.
Optional list of add-ons to include in the quote.
promotionCodestring
Optional promotion code to apply to the quote.
Response
OK