Add, modify or delete room-level bathroom information
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/properties/{propertyId}/rooms/{roomId}/bathrooms
- Test using live endpointhttps://supply-xml.booking.com/facilities-api/properties/{propertyId}/rooms/{roomId}/bathrooms
- Enable hotel group bathrooms
- Add hotel group bathroom details
- Add homes group bathroom details
- Add homes group bathroom details with location
- Add hostel bathroom details
- Disable hotel group bathroom details
- Remove bathroom details for homes and hostel group
curl -i -X PUT \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/properties/{propertyId}/rooms/{roomId}/bathrooms' \
-H 'Content-Type: application/json' \
-d '{
"hotel_bathroom_details": {
"shared_bathroom_state": "PRESENT",
"private_bathroom_state": "PRESENT",
"number_of_bathrooms": 3
}
}'