The Car Hire Insurance Quote call is an optional request that returns the price and details of the insurance policy associated with the selected car hire search result.
This call can be made any time after the Car Hire Search and before the last Car Hire Prebook. It can be made after a CarHire Prebook as long as another Car Hire Prebook call is made afterwards. If the Insurance Policy is to be booked then the booking token returned must replace the Car Hire Booking Token returned in either a search or prebook request. The Insurance field must then be set to true for all subsequent prebook requests.Â
The structure of the XML will be:
The structure of the XML will be:
<CarHireInsuranceQuoteRequest>
<LoginDetails>
<Login>test</Login>
<Password>test</Password>
</LoginDetails>
<BookingToken>x0YQakL81FU=</BookingToken>
<LeadGuestFirstName>John</LeadGuestFirstName>
<LeadGuestLastName>Tester</LeadGuestLastName>
</CarHireInsuranceQuoteRequest>
<CarHireInsuranceQuoteResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<BookingToken>RNM5HJqFINY=</BookingToken>
<PremiumName>Excess Cover Protection</PremiumName>
<FullPremiumName>...</FullPremiumName>
<PremiumAmount>40.53</PremiumAmount>
<ProviderLogoURL>...</ProviderLogoURL>
<TermsAndConditions>...</TermsAndConditions>
<TermsAndConditionsURL>...</TermsAndConditionsURL>
<ConfirmationText>...</ConfirmationText>
<CoveredItems>
<CoveredItem>Excess up to GBP 2500.00</CoveredItem>
<CoveredItem>Deductions from your security deposit</CoveredItem>
<CoveredItem>Windows</CoveredItem>
<CoveredItem>Tyres</CoveredItem>
<CoveredItem>Undercarriage</CoveredItem>
<CoveredItem>Roof</CoveredItem>
<CoveredItem>Rental car key cover up to GBP 500.00</CoveredItem>
<CoveredItem>Personal Possessions up to GBP 300.00</CoveredItem>
</CoveredItems>
</CarHireInsuranceQuoteResponse>