Skip to content

Manage bathrooms

Use the GET and the PUT endpoints to:

  • Retrieve room bathroom configuration
  • Add, modify or delete room-level bathroom information

Retrieve room bathroom configuration

Request

Retrieve room bathroom configuration. Bathroom attached to rooms.

Path
propertyIdintegerrequired
roomIdintegerrequired
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/facilities-api/properties/{propertyId}/rooms/{roomId}/bathrooms'

Responses

OK

Bodyapplication/json
dataobject(BathroomDetailsResponse)
warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)
Response
{ "data": { "property_bathroom_details": {}, "hotel_bathroom_details": {} }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }