Newer Version Available
RecalculateAdjustments(claimId, coverageId, RecalculateAdjustmentsInput)
Recalculate adjustments for existing payment details.
API Version
66.0
Requires Chatter
No
Signature
public static ConnectApi.CalculateAdjustmentsRepresentation RecalculateAdjustments(String claimId, String coverageId, ConnectApi.RecalculateAdjustmentsInputRep RecalculateAdjustmentsInput)
Parameters
- claimId
- Type: String
- ID of the claim for which the adjustments must be recalculated.
- coverageId
- Type: String
- ID of the claim coverage.
- RecalculateAdjustmentsInput
- Type: ConnectApi.RecalculateAdjustmentsInputRep
- Details to recalculate the adjustments.
Return Value
Example
- Class Definition
- This is a sample Apex code to define the RecalculateAdjustments class before you can call it from Apex to recalculate payment adjustments.
-
- Usage Example
- This example shows how to call the RecalculateAdjustmentsCallable class from Apex and include the required input data.
-