Insurance Developer Guide
Get Started with Insurance Developer Resources
CalculateAdjustments(CalculateAdjustmentsInput, claimId, coverageId)
CancelClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
CreateClaim(CreateClaimInput)
CreateClaimCoverage(claimId, CreateClaimCoverageInput)
CreateClaimCoveragePaymentDetail(CreateClaimCoveragePaymentDetailInput, claimId, coverageId)
CreatePolicyLimits(policyId, CreatePolicyLimitsInput)
DeleteClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
EditClaimCoveragePaymentDetail(EditClaimCoveragePaymentDetailInput, claimId, coverageId, paymentDetailId)
GetClaim(claimId)
PayClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
PolicyLimitStandingCalculation(InsurancePolicyLimitStandingCalculationInput)
postVerifyPolicyCoverage(policyId, coverageId, verifyPolicyCoverageInput)
PayExGratiaClaimCvrPaymentDetail(claimId, coverageId, paymentDetailId, PayExGratiaClaimCvrPaymentDetailInput)
ProcessPolicyLimits(ProcessPolicyLimitsInput, claimId, coverageId)
RecalculateAdjustments(claimId, coverageId, RecalculateAdjustmentsInput)
UpdateClaim(claimId, UpdateClaimInput)
UpdateClaimCoverage(claimId, coverageId, UpdateClaimCoverageInput)
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
InsuranceClaimFamily Methods
These methods are for InsuranceClaimFamily. All
methods are static.
-
CalculateAdjustments(CalculateAdjustmentsInput, claimId, coverageId)
Calculate adjustments for a loss item and determine the final payable amount for a specific claim loss item. -
CancelClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
Cancel payment for a claim coverage payment detail record. -
CreateClaim(CreateClaimInput)
Create a claim record. -
CreateClaimCoverage(claimId, CreateClaimCoverageInput)
Create a claim coverage record. -
CreateClaimCoveragePaymentDetail(CreateClaimCoveragePaymentDetailInput, claimId, coverageId)
Create a claim coverage payment detail record. -
CreatePolicyLimits(policyId, CreatePolicyLimitsInput)
insurance policy limit records for the specified policy based on the defined attributes and coverages of the insurance policy. -
DeleteClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
Delete a claim coverage payment detail record. -
EditClaimCoveragePaymentDetail(EditClaimCoveragePaymentDetailInput, claimId, coverageId, paymentDetailId)
Modify a claim coverage payment detail record. -
GetClaim(claimId)
Get the details of a specific claim. -
PayClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
Process payment for a specific claim coverage payment detail record. -
PolicyLimitStandingCalculation(InsurancePolicyLimitStandingCalculationInput)
Calculate the current standing for policy limits. -
postVerifyPolicyCoverage(policyId, coverageId, verifyPolicyCoverageInput)
Verify the applicability of a policy coverage for a specified loss date under an insurance policy, so that only eligible coverages are processed for claims. -
PayExGratiaClaimCvrPaymentDetail(claimId, coverageId, paymentDetailId, PayExGratiaClaimCvrPaymentDetailInput)
Process an ex gratia payment for a claim coverage payment detail record. -
ProcessPolicyLimits(ProcessPolicyLimitsInput, claimId, coverageId)
Process the policy limits for a loss item in a claim by using the current standings of the insurance policy limits. -
RecalculateAdjustments(claimId, coverageId, RecalculateAdjustmentsInput)
Recalculate adjustments for existing payment details. -
UpdateClaim(claimId, UpdateClaimInput)
Update the details of a specific claim. -
UpdateClaimCoverage(claimId, coverageId, UpdateClaimCoverageInput)
Update the details of a specific coverage in a claim.