Loading
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
          InsClaimService:createUpdateClaimRecoveries

          InsClaimService:createUpdateClaimRecoveries

          Use this service to create or update records that represent a recovery of funds on an insurance claim.

          Class: InsClaimService

          Method: createUpdateClaimRecoveries

          Works with: Salesforce FSC ClaimRecovery object

          How It Works

          The service:

          1. Gets a pre-transformed JSON called by the inputKey.

          2. Creates a Claim Recovery object if a claimId is passed in, or updates a Claim Recovery object if a recoveryId is passed in.

          3. Returns a count of records processed (totalProcessedClaimRecoveries), a count of records created or updated (totalClaimRecoveries), errors, and a node with claim recovery fields and values.

          Remote Options

          Option

          Description

          inputKey

          Required

          The name of the node to pass as input JSON, for example claimRecoveries.

          accountId

          Optional.

          The account related to the claim.

          claimCoverageId

          Optional.

          The claim coverage associated with the claim recovery. Must be a valid value for the given claimId.

          claimId

          Required to create a Claim Recovery record, optional to update a Claim Recovery record.

          The claim associated with the claim recovery. Must match the claimId related to the given recoveryId, if recoveryId is included.

          currencyIsoCode

          Optional.

          If your organization uses multiple currencies, the currency of the claim. recoveryId: Required to update a Claim Recovery record. The ID of the Claim Recovery record.

          estimatedRecoveryAmount

          Optional.

          The estimated amount the insurance carrier identified to pursue for the claim recovery.

          name

          Required.

          The name of the Claim Recovery record.

          recoveredOnDate

          Optional.

          The timestamp the amount was recovered. For multicurrency scenarios, the recovery date is used to retrieve currency conversion rates.

          recoveryFromAccountId

          Optional.

          The account that the claim is recovered from.

          recoveryId

          Required to update a Claim Recovery record.

          The Claim Recovery record.

          recoveryType

          Optional.

          Type of claim recovery. Possible values include: Salvage, Subrogation.

          status

          Optional.

          Status of the claim recovery. Possible values include: Accepted Recovery, Accepted with Additional Pursuit, Additional Recovery Pursued, Disputed Recovery, Estimated, Partially Recovered, Pursued, Recovery Canceled, Recovery Written Off, Referred to Other Department.

          additionalFields

          Required when pursuing additional recovery.

          The key-value pairs for new Claim Recovery records created in update scenarios.

          Input JSON and Output JSON

          Review examples of input JSON and output JSON for InsClaimService: createUpdateClaimRecoveries.

           
          Loading
          Salesforce Help | Article