Skip to content

Manage room facilities

Use the GET and the PUT endpoints to:

  • Retrieve room facilities set for a property.
  • Add, modify or delete room facilities.

Retrieve room facilities set for a property.

Request

Retrieve the facility details for all the facility instances added to the rooms

Path
propertyIdinteger, (int32)required
roomIdintegerrequired
Query
debugInfostring

When set to true, attaches room facility metadata (facility names, OTA codes, allowed detail types) to each item in the response. Significantly increases payload size. Do not use in production environments.

Default:"false"
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/facilities-api/properties/{propertyId}/rooms/{roomId}?debugInfo=false'

Responses

OK

Bodyapplication/json
dataArray of objects(RoomFacilityResponse)
warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)
Response
{ "data": [], "warnings": [], "errors": [], "meta": { "ruid": "59b721b1-7d21-4cce-b847-79e5ccb6399f" } }