Quote
Endpoint: /insurances/quote
/insurances/quoteMethod: POST
POSTcurl -i -X POST \
-H "X_API_KEY: [my-api-key]" \
-H "Content-Type: application/json" \
-d '{"FromDate":"2014-09-20 00:00:00","ToDate":"2014-09-21 00:00:00", "CustomerAge":21, "DestinationCountry":"AU", "FirstName":"Jack", "LastName":"Smith", "Address1":"21 This Street", "City":"Sydney","Email":"[email protected]","Country":"AU"}' \
https://api-staging.rentalcover.com/insurances/quote{
"BookingId":"12345",
"Reference":"AB12-345C-INS",
"Status":"Received",
"FromDate":"2015-06-24 00:00:00",
"ToDate":"2015-06-25 00:00:00",
"TotalAmount":10,
"InsuranceCoverAmount":2000,
"SupplierReference":null,
"Expired":false,
"PoweredByLogo":"https://www.rentalcover.com/poweredByRCLogo.png",
"CoveredDays":2,
"Discount":0,
"DestinationCountry":"Australia",
"DestinationCountryObject":{
"Code":"AU",
"Name":"Australia",
"PhoneCode":"+61"
},
"Currency":"AUD",
"TotalAmountFormatted":"GB\u00a310.00",
"InsuranceCoverAmountFormatted":"GB\u00a32,000.00",
"DiscountFormatted":"GB\u00a30.00",
"DailyAmountFormatted":"GB\u00a35.00",
"Disclaimer":"You agree that you have read, understood & accepted the terms of the <a href=\"http://files.rentalcover.com/pds/axa_PDS_usinbound.pdf\">Policy</a>.",
"Policy":{
"GapCoverAmount":"250.00",
"Code":"destinationusa75",
"Excess":"0.00",
"Name":"Extra Cover for USA",
"Type":"RoadsideAssistance",
"Inclusions":"<b>Summary of Inclusions</b>\r\nGB\u00a32,000.00 is sufficient to cover any repair costs and fees that drivers are required to pay on top of LDW (Loss Damage Waiver) policies. We also includeGB\u00a3250.00 Free Gap Cover just in case there is any shortfall or unanticipated "out of pocket" costs. This policy includes:\r\n<li>All drivers that are nominated on the rental agreement are covered automatically for free.\r\n<li>Includes free roadside assistance from the #1 rated roadside provider in United States (usually GB\u00a35.00-GB\u00a310.00/day).\r\n<li>Covers roadside repair costs, call out fees & labour costs.\r\n\r\n<li>Covers towing costs and impound storage fees.\r\n<li>Covers key loss, lock out & key replacement (regardless of the cause).\r\n<li>Covers windscreen, headlights, tyre, mirror & glass repairs.\r\n<li>Covers car rentals, car shares, loan cars from mechanics & accident replacement vehicles. \r\n<li>Covers dropoff/relocation fees that are charged by rental companies for returning damaged vehicles to their preferred destination.\r\n<li>Covers credit card and processing fees that are applied by rental companies.</li>\r\n\r\n<b>Cancellations</b>\r\nYour policy can be cancelled up to and including the day of commencement for a full, immediate refund.",
"Description":"<b>Policy Description</b>\r\nThis policy includes GB\u00a32,000.00 cover and can be applied to rental cars from any rental company. It includes free roadside assistance and covers damages, costs & other fees that are not covered in the LDW policy from LDW has zero "deductible excess" (i.e. you don't have to pay an excess if there's an accident), drivers still face substantial costs for items that fall outside of the scope of the LDW. This policy covers those items for up to GB\u00a32,000.00, namely: \r\n\r\n<li>Any damages that are not covered by rental companies to recoup lost sales while their vehicle is being repaired.\r\n<li>"Dropoff" fees that are charged by the rental companies to relocate vehicles to their intended destination.\r\n<li>Administration costs that are charged by {{IF SUPPLIER}}{{/IF}}rental companies for processing repairs, insurance etc.\r\n<li>Credit card fees that are applied to all of the above.</li>\r\n<b>Additional Drivers</b>\r\nWe separately include GB\u00a3250.00 Free Gap Cover for peace of mind, just in case there is a shortfall.\r\n \r\n<b>Additional Drivers</b>\r\nAll drivers nominated on the rental agreement are covered automatically, free of charge. Those other drivers are also extended the benefit of the reimbursement of unused rental days resulting from a family medical emergency.\r\n\r\n<b>Claim Fee</b>\r\nThe claim fee on this policy is GB\u00a30.00. \r\n\r\n<b>Exclusions</b>\r\nThe following are not covered by this policy. Please read the <a href="http://files.rentalcover.com/pds/axa_PDS_usinbound.pdf">policy wording</a> for further information:\r\n<li>4x4s, campervans, motorhomes, mini buses with 10 seats or more.\r\n<li>Driving on unsealed roads.\r\n<li>Damages that resulted from a breach of the rental agreement or that contravened local laws.</li>",
"SellingPoints":"<li>Covers car rentals, loan cars from mechanics & accident replacement vehicles for up to GB\u00a32,000.00 of damages.\r\n<li>Cancel anytime including the day of pickup for a full, immediate refund.\r\n\r\n<li>Free roadside assistance.\r\n<li>Covers roadside repair costs.\r\n<li>Cover for towing costs and impound storage fees.\r\n<li>Key loss & replacement.\r\n<li>Full cover for windscreen repairs, headlights and tyres.",
"GapCoverAmountFormatted":"GB\u00a3250.00",
"ExcessFormatted":"GB\u00a30.00",
"PdsUrl":"http://files.rentalcover.com/pds/axa_PDS_usinbound.pdf",
"SupplierName":"Axa Assistance",
"ModifyUrl":"http://www.rentalcover.com/modify/AB12-345C-INS",
"CancelUrl":""
},
"Customer":{
"CustomerId":"12345",
"FirstName":"Jack",
"LastName":"Smith",
"Email":"[email protected]",
"Age":"21",
"Phone":null,
"Address1":"21 This Street",
"Address2":null,
"City":"Sydney",
"Region":null,
"PostalCode":null,
"CountryId":"14",
"DateOfBirth":"1995-01-01",
"Country":"AU"
},
"QuoteUrl":"https://www.rentalcover.com/payment/AB12-345C-INS/?_lang=en&utm_campaign=api_quote_url&utm_medium=link&utm_source=destinationusa"
"Documentation": {
"Ipid": "https://files.rentalcover.com/ipid/AIL/AIL+FP+OUT/FULL+PROTECTION+AILS+OUTBOUND+IPID-EN.pdf"
},
}Request Parameters
Response Attributes
Last updated