Insurance Developer Guide
Get Started with Insurance Developer Resources
CancelPolicy(CancelPolicyInput, policyId)
EndorsePolicy(EndorsePolicyInput, policyId)
GetPolicy(policyId, connectDynamicParameters)
IssuePolicy(IssuePolicyInput)
MultiRootEndorsePolicy(EndorsePolicyInput, policyId)
MultiRootIssuePolicy(IssuePolicyInput)
MultiRootRenewPolicy(RenewPolicyInput, policyId)
OutOfSequenceEndorsePolicy(OutOfSequenceEndorsePolicyInput, policyId)
ReinstatePolicy(ReinstatePolicyInput, policyId)
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. -
MultiRootEndorsePolicy(EndorsePolicyInput, policyId)
Resource for the Insurance Multi Root Endorsement Policy Connect API POST Method. -
MultiRootIssuePolicy(IssuePolicyInput)
Asynchronously create a multi-root insurance policy along with its child policies. -
MultiRootRenewPolicy(RenewPolicyInput, policyId)
Asynchronouly renew a multi-root insurance policy, create renewed records for the parent policy and the associated child policies. Use the priced context ID for the renewal process. -
OutOfSequenceEndorsePolicy(OutOfSequenceEndorsePolicyInput, policyId)
Create an out-of-sequence endorsement for an insurance policy. -
ReinstatePolicy(ReinstatePolicyInput, policyId)
Reinstate a previously canceled 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.