Property

get

Get detailed information and room rates for a specific property that satisfies the given search criteria. This endpoint provides more comprehensive data about a single property, including its room types and available rates.

Path parameters
uuidstringRequired

The unique identifier of the property

Query parameters
checkinstring · dateRequired

The arrival date. Must be within 500 days in the future and in the format yyyy-mm-dd.

checkoutstring · dateRequired

The departure date. Must be later than checkin. Must be between 1 and 30 days after checkin. Must be within 500 days in the future and in the format yyyy-mm-dd.

totalAdultsinteger · max: 655350Optional

Specify the total number of adults across all rooms. Must also specify totalRooms field. Do not use this if searching with the occupants rooms list.

totalChildreninteger · max: 655350Optional

Specify the total number of children across all rooms. Must also specify totalRooms field. Do not use this if searching with the occupants rooms list.

totalRoomsinteger · min: 1 · max: 10Optional

Specify the total number of rooms. Must also specify totalAdults and/or totalChildren fields. Do not use this if searching with the occupants rooms list.

dealCodestringOptional

Only return rates associated with the given deal code

languagestring · enumOptional

Specify the preferred language for returned content. Falls back to the property's default language if unavailable.

Possible values:
Header parameters
x-sm-api-idstringRequired

The api id for channel

x-sm-api-keystringRequired

The api key for channel

Responses
200

Successful response

application/json
get
/properties/{uuid}

Last updated

Was this helpful?