Quotes
Returns the pricing and availability for a given property, check-in date, check-out date, occupancy and promo code.
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
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
503
Service Unavailable
application/json
get
/properties/{propertyUuid}/quotesLast updated
Was this helpful?