Cars Quotes
A price and availability confirmed quote for a rental car.
Schema
Endpoint
POST https://api.duffel.com/cars/quotes
Request
curl -X POST --compressed "https://api.duffel.com/cars/quotes" \-H "Accept-Encoding: gzip" \-H "Accept: application/json" \-H "Content-Type: application/json" \-H "Duffel-Version: v2" \-H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" \-d '{"data": {"rate_id": "rae_0000Bx4Af0b5l45AT50eqO"}}'
Response
{"data": {"total_currency": "GBP","total_amount": "101.34","supplier": {"name": "Duffel Test Drive","logo_url": "https://duffel.com/logo.jpg"},"search_id": "seh_0000AwrHw8KES5d3z1l0uu","rate_id": "rae_0000Bx4Af0b5l45AT50eqO","privacy_policies": [{"text": "Your data may be shared with the supplier to process your booking.","title": "Customer Data Use"}],"pickup_time": "10:30","pickup_location": {"phone_number": "+44 1234 567890","opening_hours": [{"to": "20:00","from": "08:00"}],"name": "Duffel Test Drive Dropoff","geographic_coordinates": {"longitude": -0.4543,"latitude": 51.47},"address": {"region": "England","postal_code": "W1J 9BR","line_one": "150 Piccadilly","country_code": "GB","city_name": "London"},"additional_information": [{"title": "Pickup Instructions","text": "Please follow the signs to the rental car area."}]},"pickup_date": "2024-01-15","payment_type": "guarantee","live_mode": false,"id": "qut_0000Bx4Af0b5l45AT50eqO","dropoff_time": "15:00","dropoff_location": {"phone_number": "+44 1234 567890","opening_hours": [{"to": "20:00","from": "08:00"}],"name": "Duffel Test Drive Dropoff","geographic_coordinates": {"longitude": -0.4543,"latitude": 51.47},"address": {"region": "England","postal_code": "W1J 9BR","line_one": "150 Piccadilly","country_code": "GB","city_name": "London"},"additional_information": [{"title": "Pickup Instructions","text": "Please follow the signs to the rental car area."}]},"dropoff_date": "2024-01-20","conditions": [{"text": "Free cancellation up to 24 hours before pickup.","title": "Cancellation Policy"}],"charges": [{"amount": "5.00","currency": "GBP","description": "Insurance fee"}],"car": {"type": "four_door","transmission": "automatic","name": "Kia Picanto","max_passengers": 5,"images": [{"url": "https://car.com/kia_picanto.jpg"}],"fuel": "petrol","code": "CDAV","category": "compact","baggage": {"small": 2,"large": 3},"air_conditioning": true},"base_currency": "GBP","base_amount": "95.22"}}