You are here:
InsClaimService Methods
Create and update claims, verify coverages, recover funds on claims, and run underwriting and state transition rules with the help of the claim service methods.
- InsClaimService:createUpdateClaim
Use this service to create or update a claim. - InsClaimService:createUpdateClaimRecoveries
Use this service to create or update records that represent a recovery of funds on an insurance claim. - InsClaimService:getClaimRecoveries
Use this service to get a list of claim recoveries for a claim. - InsClaimService:getRuleLogs
Use this service to retrieve rule logs for a claim, sorted by execution date in ascending order. - InsClaimService:invokeProductRules
Use this service in claim flows to invoke underwriting rules you've added to a product. - InsClaimService:invokeRules
Use this service to invoke state transition rules associated with a target state transition on a target claim. If the rules satisfy the transition criteria, this service executes actions associated with the transition, optionally logs the results of the rule executions, and transitions the target claim to the new state. - InsClaimService:verifyCoverage
Use this service to verify valid insurance coverage for a policyholder who is filing a claim.

