No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Get Started with Insurance Developer Resources
CancelPolicy(CancelPolicyInput, policyId)
EndorsePolicy(EndorsePolicyInput, policyId)
GetPolicy(policyId, connectDynamicParameters)
IssuePolicy(IssuePolicyInput)
RenewPolicy(RenewPolicyInput, policyId)
InsurancePolicyAdminFamily Methods
These methods are for InsurancePolicyAdminFamily. All methods are static.
-
CancelPolicy(CancelPolicyInput, policyId)
Cancel an insurance policy version. The API takes the effective date of cancellation from the input JSON. You can advance the cancellation date within the policy term, but you can’t postpone the cancellation. -
EndorsePolicy(EndorsePolicyInput, policyId)
Endorse the latest version of the insurance policy based on the context ID and effective date. You can also include other optional fields and additional details in the input JSON. -
GetPolicy(policyId, connectDynamicParameters)
Get details of an insurance policy. Pass additional context or metadata to customize the information that's fetched. -
IssuePolicy(IssuePolicyInput)
Use the context ID provided in the input JSON to generate a new insurance policy. -
RenewPolicy(RenewPolicyInput, policyId)
Use the context ID of an existing policy to renew a policy. Modify the renewal date, and add optional fields and additional information in the input JSON.