Returns enriched, live car order details for a specific reservation, including vehicle, supplier, pricing, insurance, policy, and driver information.
This endpoint is currently available as a beta feature for evaluation and testing purposes.
The endpoint is temporary and will be deprecated once its functionality is incorporated into the primary /orders/details/cars endpoint.
Security
BearerAuth
A three-letter code that uniquely identifies a monetary currency as defined by the ISO 4217 standard. The full list can be obtained by calling common/payments/currencies.
Example:"EUR"
List of reservation IDs to retrieve live car order details for. Currently limited to a single reservation per request.
- https://demandapi.booking.com/3.2https://demandapi.booking.com/3.2/orders/details/cars/live
- https://demandapi-sandbox.booking.com/3.2https://demandapi-sandbox.booking.com/3.2/orders/details/cars/live
curl -i -X POST \
https://demandapi.booking.com/3.2/orders/details/cars/live \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"currency": "USD",
"reservations": [
"11223344"
],
"booker": {
"country": "nl"
}
}'Response
{ "request_id": "01fr9ez700exycb98w90w5r9sh", "data": [ { … } ] }