{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Orders API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Preview an order", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/orders/preview", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a preview of an order before creation, allowing the traveler to review the booking details, pricing, and policies before committing." }, { "info": { "name": "Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/orders/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new booking order, allowing travelers to book and pay for travel services and products directly from the affiliate application. Manages bookings efficiently without redirecting users to Booking.com." }, { "info": { "name": "Get order details", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/orders/details", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves relevant booking details for a specific order, including status, pricing, guest information, and accommodation details." }, { "info": { "name": "Cancel an order", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/orders/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Processes the cancellation of an existing order. Cancellation policies and any applicable fees are determined by the property and rate plan." } ] } ], "bundled": true }