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 Claim Recovery with Multiple Currencies

          Input JSON and Output JSON for Claim Recovery with Multiple Currencies

          Use InsClaimService:createUpdateClaimRecoveries to track claim recovery in organizations that use multiple currencies.

          Input JSON for Claim Recovery with Multiple Currencies

          This example of input JSON creates a Claim Recovery record that includes currencyIsoCode. In cases where agents seek additional recovery amounts, the new Claim Recovery record created for the additional pursuit uses the currency of the parent Claim Recovery record by default.

          {
            "claimRecoveries": [
              {
                "status": "Accepted Recovery",
                "recoveryType": "Salvage",
                "estimatedRecoveryAmount": 1000,
                "actualRecoveryAmount": 900,
                "recoveryFromAccountId": "001RO000003sAqaYAE",
                "claimCoverageId": "0kPRO00000001mG",
                "claimId": "0ZkRO00000005YJ",
                "name": "Recovery1",
                "currencyIsoCode": "USD"
              }
            ]
          }
          

          Output JSON for Claim Recovery with Multiple Currencies

          This example of output JSON creates a Claim Recovery record that includes currencyIsoCode.

          {
            "totalProcessedClaimRecoveries": 1,
            "totalClaimRecoveries": 1,
            "errors": [
          
            ],
            "claimRecoveries": [
              {
                "additionalFields": {
          
                },
                "currencyIsoCode": "USD",
                "recoveredOnDate": "2022-07-18",
                "status": "Accepted Recovery",
                "actualRecoveryAmount": "900.0",
                "estimatedRecoveryAmount": "1000.0",
                "recoveryType": "Salvage",
                "recoveryFromAccountId": "001RO000003sAqaYAE",
                "claimCoverageId": "0kPRO00000001mG",
                "claimId": "0ZkRO00000005YJ",
                "name": "Recovery1",
                "id": "0t6xx0000000001AAA"
              }
            ]
          }
          
           
          Loading
          Salesforce Help | Article