You are here:
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:
-
Gets a pre-transformed JSON called by the
inputKey. -
Creates a Claim Recovery object if a
claimIdis passed in, or updates a Claim Recovery object if arecoveryIdis passed in. -
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 |
|---|---|
|
Required The name of the node to pass as input JSON, for example |
|
Optional. The account related to the claim. |
|
Optional. The claim coverage associated with the claim recovery. Must be a valid value for the given |
|
Required to create a Claim Recovery record, optional to update a Claim Recovery record. The claim associated with the claim recovery. Must match the |
|
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. |
|
Optional. The estimated amount the insurance carrier identified to pursue for the claim recovery. |
|
Required. The name of the Claim Recovery record. |
|
Optional. The timestamp the amount was recovered. For multicurrency scenarios, the recovery date is used to retrieve currency conversion rates. |
|
Optional. The account that the claim is recovered from. |
|
Required to update a Claim Recovery record. The Claim Recovery record. |
|
Optional. Type of claim recovery. Possible values include: Salvage, Subrogation. |
|
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. |
|
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.
- Input JSON and Output JSON for Creating Claim Recovery Records
UseInsClaimService:createUpdateClaimRecoveriesto create claim recovery records when claims agents pursue recovery amounts. - Input JSON and Output JSON for Updating Claim Recovery Records
UseInsClaimService:createUpdateClaimRecoveriesto update claim recovery records when claims agents either accept recovery amounts, or accept recovery amounts and seek additional recovery. - Input JSON and Output JSON for Claim Recovery with Multiple Currencies
UseInsClaimService:createUpdateClaimRecoveriesto track claim recovery in organizations that use multiple currencies. - Input JSON and Output JSON for Pursuing Additional Recovery
UseInsClaimService:createUpdateClaimRecoveriesto update and add claim recovery records when claims agents pursue additional recovery.

