Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          InsClaimItemService:getCoverages

          InsClaimItemService:getCoverages

          Use this service to get coverages that apply to a specific claim.

          Class: InsClaimItemService

          Method: getCoverages

          How It Works

          1. Takes the claimId and gets the claim record.

          2. Returns a JSON containing a list of all coverages that apply to the claim.

          Remote Options

          Option

          Description

          claimId

          Required.

          The Id of the claim the service the service finds and returns coverages for.

          Input JSON

          This service does not use an input JSON.

          Output JSON

          The service returns a list of coverages for the specified claim.

          coverages = [
              { 
                  "Id": "01t000000000000000", 
                  "Name": "Bodily Injury", 
                  "Description": "", 
                  "insuredItem": "2016 Camry Toyota", // optional
                  "insuredParty": "Primary Driver Person" // optional
              }, 
              { ... }
          ];    
          
           
          Loading
          Salesforce Help | Article