Loading
Salesforce now sends email only from verified domains. Read 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
          Input JSON and Output JSON for Creating Claim Recovery Records

          Input JSON and Output JSON for Creating Claim Recovery Records

          Use InsClaimService:createUpdateClaimRecoveries to create claim recovery records when claims agents pursue recovery amounts.

          Input JSON for Creating Claim Recovery Records

          In this example of input JSON, a claims agent pursues a $10,000 recovery amount.

          {
            "claimRecoveries": [
             {
               "status": "Pursued",
               "recoveryType": "Salvage",
               "estimatedRecoveryAmount": 10000,
               "recoveryFromAccountId" : "001RO000003sAqaYAE",
               "claimCoverageId": "0kPxx0000000001",
               "claimId": "0Zkxx0000000001",
               "name": "Recovery for BMW & Truck Collision1"
             }
           ]
          }
          

          Output JSON for Creating Claim Recovery Records

          In this example of output JSON, the service creates a Claim Recovery record with an ID of t6xx000000004r.

          {
           "totalProcessedClaimRecoveries": 1,
           "totalClaimRecoveries": 1,
           "errors": [],
           "claimRecoveries": [
             {
               "additionalFields": {},
               "claimCoverageId": "0kPxx0000000001",
               "claimId": "0Zkxx0000000001",
               "name": "Recovery for BMW & Truck Collision1",
               "id": "0t6xx000000004r"
             }
           ]
          }
          
           
          Loading
          Salesforce Help | Article