Order details cars
documentedOrder details for car rental components.
POST /orders/details/carsOrdersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://demandapi.booking.com/3.1/orders/details/cars" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Affiliate-Id: {{AFFILIATE_ID}}" \
-d '{"currency": "{{$currency}}", "extras": ["policies"], "orders": ["{{$order_id_1}}","{{$order_id_2}}"]}'