{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Derived Pricing API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Derived Pricing", "type": "folder" }, "items": [ { "info": { "name": "Update derived pricing rules", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/hotels/xml/derivedprices" }, "docs": "Creates or updates derived pricing rules that automatically calculate rates based on a parent rate plan. Derived prices allow partners to set percentage or fixed amount adjustments relative to a base rate." } ] } ], "bundled": true }