InstantBooking
POST /insurances/instantBookingExample request
curl -i -X POST \
-H "X_API_KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"FromDate": "2025-08-01 00:00:00",
"ToDate": "2025-08-08 00:00:00",
"CustomerAge": 29,
"Email": "[email protected]",
"FirstName": "Jane",
"LastName": "Smith",
"Country": "NZ",
"DestinationCountry": "NZ",
"PolicyCode": "FP-NZ-ROW",
"LanguageCode": "en",
"Currency": "AUD",
"PartnerCollectingPayment": true,
"City": "Auckland",
"Address1": "1 Queen Street",
"PostalCode": "1010"
}' \
https://api-staging.rentalcover.com/insurances/instantBookingRequest parameters
Differences from Quote
Parameter
Required?
Note
Response
Booking
Field
Type
Description
Pricing
Field
Type
Description
Vehicle coverage
Field
Type
Description
Logos
Field
Type
Description
Nested objects
Field
Object type
Reference
Last updated
Was this helpful?

