Add Eligible Insurance Clauses Action
Add eligible insurance clauses to a quote or
context. You must specify either a quote ID or a context ID, and either an instance key
or a quote line item ID along with insurance product clause details.
This action is available in API version 65.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v67.0/actions/standard/addEligibleInsuranceClauses
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearertoken
Inputs
| Input | Details |
|---|---|
| contextId |
|
| instanceKey |
|
| insuranceProductClauses |
|
| optionFlags |
|
| quoteId |
|
| quoteLineItemId |
|
Outputs
| Output | Details |
|---|---|
| errorsList |
|
| isSuccess |
|
| quoteLineItemInsProductClauseIds |
|
Example
Sample Request
This is a sample request to call this invocable action from Apex code.
Sample Response