Loading
Salesforce now sends email only from verified domains. Read More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          APIs and Invocable Actions in Insurance Policy Administration

          APIs and Invocable Actions in Insurance Policy Administration

          Enhance your insurance policy administration with policy APIs and invocable actions. These APIs integrate seamlessly with Omniscripts to help you efficiently manage policy data. Use the invocable actions in Salesforce flows to manage policies. An Insurance Policy Transaction record is created, categorizing the transaction for the insurance policy. Premium amounts and taxes are prorated based on the effective dates, if applicable. Tax details are stored in the InsurancePolicySurcharge object.

          Required Editions

          Available in: Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions with the DigitalInsuranceProductAdministrationAddOn, DigitalInsurancePolicyAdministrationAddOn, DigitalInsuranceProductRuntimeCCAddOn, and DigitalInsuranceProductRuntimePCAddOn licenses.

          APIs

          Issue Insurance Policy
          This API takes the context ID provided in the input JSON to generate a new insurance policy. You can also include optional fields and additional information in the input JSON. The API then returns the new policy ID in the output JSON.
          Endorse Insurance Policy
          This API takes the context ID and effective date of endorsement from the input JSON to endorse the latest version of the insurance policy. You can also include other optional fields and additional details in the input JSON. The API then returns the ID of the endorsed policy version in the output JSON.
          Renew Insurance Policy
          This API uses the context ID of an existing policy to generate a renewal policy. You can modify the renewal date and also add optional fields and additional information in the input JSON. The API then returns the renewed policy ID in the output JSON.
          Cancel Insurance Policy
          This API takes the effective date of cancellation from the input JSON to cancel the insurance policy versions. You can advance the cancellation date within the policy term, but you can’t postpone the cancellation.
          Get Insurance Policy Details
          This API returns the ID of the context or JSON with Insurance Policy details. This includes related assets, participants, and coverages. You can use query parameters to request additional information.

          Invocable Actions

          Issue Insurance Policy
          This action issues an insurance policy by using a set of user inputs that represent policy details.
          Endorse Insurance Policy
          This action endorses the latest version of the insurance policy by using a set of user inputs that represent policy details.
          Renew Insurance Policy
          This action renews an insurance policy by using a set of user inputs that represent policy details.
          Cancel Insurance Policy
          This action cancels an insurance policy by using a set of user inputs that represent policy details.
          Get Insurance Policy
          This action gets the details of an insurance policy.
           
          Loading
          Salesforce Help | Article