Newer Version Available
Endorse Multi-Root Policy
Modifies an active multi-root insurance policy by creating new versions of the parent
policy and all child policies, regardless of which child policy is changed. The resulting policy
versions include recalculated standard and prorated premiums based on the endorsement effective
date.
Make sure you have these details before endorsing a multi-root policy
- The Policy ID of the active parent insurance policy to be endorsed.
- The Pricebook ID required to generate the endorsement quote.
- Details of the modifications to apply to the policy, such as coverages to add or remove and updated limit amounts.
- For multi-root quotes configured through the Quote UI, click the Reprice All button on the Transaction Line Item Table (TLT) after all products are configured to ensure pricing and aggregate amounts are correctly reflected at the quote level.
-
Get Policy Context—Retrieve the policy context by using the policy ID through one of
the following methods:
- Make a GET request to the Insurance Policy Details Connect API.
- Use the Get Insurance Policy invocable action.
-
Create Endorsement Quote—Use the policy context to create the endorsement quote
container by using one of the following methods:
- Make a POST request to the CreateUpdateQuote Connect API.
- Use the Create Insurance Quote invocable action.
Specify the contextId and pricebookId during the API call.Creates an endorsement quote associated with the active policy. After the policyholder confirms the updated quote price, proceed with the next steps in the endorsement workflow. -
Create or Update Quote (PATCH)—Configure and price the endorsement changes by making
a PATCH request to the CreateUpdateQuote API using the quoteId and user inputs.
-
Endorse Multi-Root Policy—Use the updated context to endorse the policy by using one
of the following methods:
- Make a POST request to the Multi-Root Policy Endorsement Connect API.
- Use the Endorse Multi-Root Policy invocable action.
- Returns an Async Request ID in the response to track the job status.
- Creates a new version of the parent policy and all associated child policies.
- Recalculates standard and prorated premiums based on the endorsement effective date and rolls them up to the parent policy.
- Creates a corresponding transaction record for each child policy. In addition, creates a parent policy transaction that represents the rolled-up premium from all associated child policy transactions.
- Generates transaction records that document the financial impact of the endorsement.