For the complete documentation index, see llms.txt. This page is also available as Markdown.

Content

What it does: Returns localised marketing copy and UI components for a given booking reference.

When to call it: After Quote, to retrieve the text, logos, and comparison table data needed to display the product offer.

Logo compliance

All logos must be loaded dynamically from the URLs returned in the response (PoweredByLogo, RCLogo2, InsurerLogo, etc.). Do not cache or hard-code logo URLs.

POST /insurances/content

Example request

curl -i -X POST \
  -H "X_API_KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"AgentReference": "AB12-345C-INS", "LanguageCode": "en"}' \
  https://api-staging.rentalcover.com/insurances/content
{
   "-PartnerContent":{
      "AcceptCover":"Yes, I'd like to purchase TEST - Collision Damage Coverage for US$12.00 per day.<br>",
      "BookButton1With":"Reserve My Rental Car",
      "BookButton1Without":"Reserve My Rental Car",
      "RefuseCover":"No, thanks.",
      "SectionHeader":"Add Collision Damage Waiver (CDW) & Theft Coverage",
      "CancellationHeader":"Important: You have insurance that is valid for any rental",
      "CancellationBody":"Your insurance can be used with any rental from any rental company from 2016-09-19 to 2016-09-19. Click 'cancel' if you are no longer hiring a car",
      "ToQualify":"To qualify, I am a resident of:"
   },
   "PoweredByText":"Powered by",
   "RCLogo2":"https://www.rentalcover.com/RCLogo.png",
   "SectionHeader":"Add Collision Damage Waiver (CDW) & Theft Coverage",
   "ClaimsText":"Claims",
   "InsurerLogo":"https://s3-ap-southeast-2.amazonaws.com/welovetravel-data/suppliers/aonLogo.png",
   "Include":"Include",
   "DefaultCheck":false,
   "-Supplier":{
      "Disclaimer":"I agree to purchase Collision Damage Insurance. I have read, accept and agree to the <a href='http://staging.rentalcover.com/pds/AB12-345C-INS' target='_blank'>Terms & Conditions of Cover</a>.",
      "Disclaimer2":""
   },
   "-Policy":{
      "InsuranceCoverAmountFormatted":"US$35,000.00",
      "InsuranceCoverAmount":"35000.00",
      "DailyAmountFormatted":"US$12.00",
      "DailyAmount":12,
      "TotalAmountFormatted":"US$12.00",
      "TotalAmount":"12.00",
      "PerDayText":"per day",
      "Name":"TEST - Collision Damage Coverage",
      "Type":"RoadsideAssistance",
      "Code":"destinationusa75",
      "CoverAmountText":"US$35,000.00 cover for all types of damage",
      "BubbleText2":"95% of users add this <br>",
      "LDWIncluded":"dont_show",
      "CDWIncluded":true,
      "SLIIncluded":"dont_show",
      "WHTIncluded":"dont_show",
      "TheftIncluded":"dont_show",
      "RoadsideIncluded":"dont_show",
      "LossofuseIncluded":"dont_show",
      "CreditcardfeesIncluded":"dont_show",
      "KeylosslockouIncluded":"dont_show",
      "TowingimpoundIncluded":"dont_show",
      "MisfuelingIncluded":"dont_show",
      "ShortDescription":"Here's where we put the product Short Description",
      "MobileShortDescription":"Here's where we put the product Mobile Short Description",
      "Description":"Here's where we put the product Full Description",
      "Inclusions":[
         "Inclusion1",
         "Inclusion2",
         "Inclusion3"
      ],
      "CheckboxImage":"https://s3-ap-southeast-2.amazonaws.com/rentalcover-data/img/checkbox.png",
      "UnderwrittenBy":"Underwritten By",
      "UnderwritterLogo":"https://www.rentalcover.com/RCLogo.png",
      "PDSWordingText":"View Policy Wording",
      "PdsUrl":"http://files.rentalcover.com/pds/axa_PDS_usinbound.pdf"
   },
   "-ComparisonPolicy":{
      "SupplierName":"Hertz",
      "LDWIncludedHeader":"Loss Damage Waiver (LDW)",
      "LDWIncludedSubheader":"This rental comes with LDW so there is no deductible excess for damages, theft etc.",
      "LDWIncludedText":"LDW (Loss Damage Waiver) removes the deductible excess for damages & theft however there are 'out of pocket' costs that renters still face including towing, roadside repairs, key loss & other items below.",
      "CDWIncludedHeader":"Collision Damage Waiver (CDW)",
      "CDWIncludedSubheader":"Nil deductible excess payable for damages",
      "CDWIncludedText":"CDW (Collision Damage Waiver) removes any deductible excess so $0 is payable for damages/repairs. CDW does not cover theft or vandalism.",
      "SLIIncludedHeader":"Supplementary Liability Insurance",
      "SLIIncludedSubheader":"Insures against 3rd party claims",
      "SLIIncludedText":"SLI (Supplementary Liability Insurance) covers third party property (i.e. other cars or property damaged by your car) and injuries to other drivers, their passengers & pedestrians.",
      "WHTIncludedHeader":"Windscreen, headlight & tyre repairs/replacement",
      "WHTIncludedText":"Windscreen and tyre replacement or repair is the largest additional cost faced by renters once they leave the depot.",
      "TheftHeader":"Theft",
      "RoadsideHeader":"Roadside Repairs & Costs",
      "RoadsideIncludedText":"Roadside repairs include common costs such as battery replacement & labour costs for tyre replacement.",
      "LossofuseHeader":"Loss Of Use Fees",
      "LossofuseIncludedText":"“Loss of use” costs are commonly applied while the vehicle is off the road being repaired because the rental company is unable to rent the vehicle.",
      "CreditcardfeesHeader":"Credit Card & Admin Fees",
      "CreditcardfeesIncludedText":"Card fees are typically applied to incidentals such as towing, impound storage, loss of use, key loss etc.",
      "KeylosslockoutHeader":"Key loss & lockout costs",
      "KeylosslockoutIncludedText":"Costs from key loss can be significant as key programming is often required, plus roadside assistance, temporary keys, replacement keys etc.",
      "TowingimpoundHeader":"Towing & Impound Fees",
      "TowingimpoundIncludedText":"Towing & impound storage costs are often expensive. Average cost is $380 for towing & $120/day for impounding.",
      "MisfuelingHeader":"Misfueling",
      "AllIncludedHeader":"Car booking includes checked items only",
      "Shortname":"Damage Waiver",
      "LDWIncluded":"dont_show",
      "CDWIncluded":"dont_show",
      "SLIIncluded":"dont_show",
      "WHTIncluded":"dont_show",
      "TheftIncluded":"dont_show",
      "RoadsideIncluded":"dont_show",
      "LossofuseIncluded":"dont_show",
      "CreditcardfeesIncluded":"dont_show",
      "KeylosslockouIncluded":"dont_show",
      "TowingimpoundIncluded":"dont_show",
      "MisfuelingIncluded":"dont_show",
      "SupplierLogo":"https://s3-ap-southeast-2.amazonaws.com/welovetravel-data/suppliers/hertz.png",
      "Exclusions":"The supplier's policies do not cover loss/damages to: <ul> <li>Broken/lost keys</li> <li>Neverlost navigation</li> <li>Roadside Assistance- related costs</li> </ul> The above are covered by RentalCover.com.",
      "ExcessPayablePriceText":"Payable if cause of damage is 'excluded'",
      "FromPriceFormatted":"US$42.00",
      "FromPrice":"42.00",
      "ToPriceFormatted":"US$0.00",
      "ToPrice":"0.00"
   }
}

Request parameters

Parameter
Required?
Description

AgentReference

Required

The booking Reference returned by Quote.

LanguageCode

Optional

Two-character language code. Default: en. See Supported Languages.

Response

The PartnerContent object contains partner-specific fields configured for your account. Contact your CSE for the full list. Commonly used fields are documented below.

UI labels

Field
Type
Description

PartnerContent.SectionHeader

string

Heading for the product offer section.

PartnerContent.AcceptCover

string

Label for the positive CTA button.

PartnerContent.RefuseCover

string

Label for the negative CTA button.

PartnerContent.BookButton1With

string

Book button label when cover is included.

PartnerContent.BookButton1Without

string

Book button label when cover is excluded.

Include

string

Localised 'Include' text for the comparison table.

DefaultCheck

boolean

Whether the insurance checkbox should be pre-selected. true for non-US/non-EU markets; false for US/EU markets.

Logos

Field
Type
Description

RCLogo2

string

URL of the RentalCover logo. Load dynamically. Do not hard-code.

InsurerLogo

string

URL of the insurer logo. Load dynamically. Do not hard-code.

PoweredByText

string

'Powered by' text.

Policy

Field
Type
Description

Policy.Name

string

Policy display name.

Policy.Type

string

Policy type.

Policy.DailyAmountFormatted

string

Formatted daily premium.

Policy.TotalAmountFormatted

string

Formatted total premium.

Policy.InsuranceCoverAmountFormatted

string

Formatted total cover amount.

Policy.ShortDescription

string

Short product description for desktop display.

Policy.MobileShortDescription

string

Short product description for mobile display.

Policy.Inclusions

array

Array of benefit inclusions.

Policy.PDSWordingText

string

Localised 'View wording/coverage terms' text.

Policy.PdsUrl

string

URL to the PDS document.

Policy.UnderwrittenBy

string

'Underwritten by' text.

Policy.UnderwritterLogo

string

URL of the underwriter logo.

Policy.SpecialMessage

string

Any special product-related message.

Policy.CheckboxImage

string

Checkbox image URL for the comparison table.

Disclaimers

Field
Type
Description

Supplier.Disclaimer

string

Disclaimer text (version 1).

Supplier.Disclaimer2

string

Disclaimer text (version 2).

Comparison table

Field
Type
Description

ComparisonPolicy.SupplierName

string

Rental company name for the comparison column.

ComparisonPolicy.SupplierLogo

string

Rental company logo URL.

ComparisonPolicy.Exclusions

string

HTML list of items not covered by the rental company's standard policy.

ComparisonPolicy.FromPriceFormatted

string

Formatted lower price of the rental company's excess product.

ComparisonPolicy.ToPriceFormatted

string

Formatted upper price of the rental company's excess product.

Last updated

Was this helpful?