{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Facilities API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Facilities", "type": "folder" }, "items": [ { "info": { "name": "Get property facilities", "type": "http" }, "http": { "method": "GET", "url": "https://demandapi.booking.com/3.1/properties/:property_id/facilities", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "Unique identifier of the property on Booking.com" } ] }, "docs": "Retrieves the list of facilities configured for a property." }, { "info": { "name": "Update property facilities", "type": "http" }, "http": { "method": "PUT", "url": "https://demandapi.booking.com/3.1/properties/:property_id/facilities", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "Unique identifier of the property on Booking.com" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the list of facilities and amenities available at a property, such as parking, WiFi, swimming pool, and restaurant." } ] } ], "bundled": true }