Quotes

Returns the pricing and availability for a given property, check-in date, check-out date, occupancy and promo code.

Get the pricing and availability for a property

get

Retrieve pricing and availability for a property with breakdown of details per date of the stay.

Authorizations
x-sm-api-keystringRequired
Path parameters
propertyUuidstringRequired

uuid for a property

Query parameters
checkInstring · dateRequired

check in date, e.g. '2024-08-01'

checkOutstring · dateRequired

check out date, e.g. '2024-08-05' (limited to 31 nights after the check in date)

adultsinteger · max: 10000Required

number of adult occupants (defaults to 1)

childreninteger · max: 10000Required

number of child occupants (defaults to 0)

withBreakdownbooleanOptional

include the day level breakdown for each room

promoCodestringOptional

if provided, returns prices with applied promotion

Header parameters
x-sm-api-keystringRequired

access token retrieved from Multi-Property Platform

Responses
chevron-right
200

OK

application/json
propertyUuidintegerOptional

property uuid to which the room rate belongs to.

roomTypeUuidintegerOptional

roomType uuid to which the room rate belongs to.

checkInDatestringOptional

check-in date passed in request

checkOutDatestringOptional

check-out date passed in request

lengthOfStayintegerOptional

length-of-stay, based on check-in and check-out dates

availabilityintegerOptional

availability of the room for the length of stay.

get
/properties/{propertyUuid}/quotes

Last updated

Was this helpful?