You are here:
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"
}
]
}

