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
200

OK

application/json
get
/properties/{propertyUuid}/quotes

Last updated

Was this helpful?