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)
GetClaim(claimId)
PayClaimCoveragePaymentDetail(claimId, coverageId, paymentDetailId)
PolicyLimitStandingCalculation(InsurancePolicyLimitStandingCalculationInput)
postVerifyPolicyCoverage(policyId, coverageId, verifyPolicyCoverageInput)
ProcessPolicyLimits(ProcessPolicyLimitsInput, claimId, coverageId)
UpdateClaim(claimId, UpdateClaimInput)
UpdateClaimCoverage(claimId, coverageId, UpdateClaimCoverageInput)
Newer Version Available
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. -
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. -
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. -
UpdateClaim(claimId, UpdateClaimInput)
Update the details of a specific claim. -
UpdateClaimCoverage(claimId, coverageId, UpdateClaimCoverageInput)
Update the details of a specific coverage in a claim.