Newer Version Available

This content describes an older version of this product. View Latest

Out-of-Sequence Endorse Policy (POST)

Create an out-of-sequence endorsement for an insurance policy.
Resource
1/connect/insurance/policies/policyId/out-of-sequence-endorsement
Resource example
1https://yourInstance.salesforce.com/services/data/v66.0/connect/insurance/policies/0YTxx0000000001GAA/out-of-sequence-endorsement
Available version
65.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
policyId String ID of the insurance policy to create the out-of-sequence endorsement for. Required 65.0
Request body for POST
JSON example
1{
2  "contextId": "0000000i18tq18g00291750179239892137c4250a82940e49987f6d97559b4de",
3  "effectiveDate": "2025-03-05",
4  "insurancePolicy": {
5    "policyName": "Life Insurance",
6    "policyNumber": "LI000aax8967245gj"
7  },
8  "fieldSetIds": {
9    "policyFieldSetId": "0IXxx0000004CYqGAM",
10    "assetFieldSetId": "0IXxx0000004CaSGAU",
11    "participantFieldSetId": "0IXxx0000004CdgGAE",
12    "coverageFieldSetId": "0IXxx0000004Cc4GAE"
13  },
14  "transactionRecord": {
15    "name": "Custom OOSE transaction"
16  }
17}
Properties
Name Type Description Required or Optional Available Version
contextId String ID of the context that's used to create an endorsement policy version. Required 65.0
effectiveDate String Date from which the out-of-sequence endorsement applies. This date must be within the policy term.

For example, if the policy term is 2025-01-01 to 2025-12-31, and you set effectiveDate to 2025-03-01, the endorsement applies starting March 1, 2025, and the API re-rates the policy from 2025-03-01 forward.

Required 65.0
fieldSetIds Additional Fields Field Set Input[] Field set IDs of the additional fields that are associated with the insurance policy. Optional 65.0
insurancePolicy Insurance Policy Input[] Details of the insurance policy to create the out-of-sequence endorsement for.

It contains fields and values from the Insurance Policy object.

Optional 65.0
transactionRecord Insurance Policy Transaction Input[] JSON structure that's used to override transaction information. Optional 65.0
Response body for POST
Out-Of-Sequence Endorse Policy