Newer Version Available
Get Eligible Insurance Clauses Action
Get eligible insurance clauses based on quote ID
and context ID. You must specify either a quote ID or a context ID, and either an
instance key or a quote line item ID to get the eligible insurance
clauses.
This action is available in API version 65.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v66.0/actions/standard/getEligibleInsuranceClauses
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearertoken
Inputs
| Input | Details |
|---|---|
| contextId |
|
| instanceKey |
|
| quoteId |
|
| quoteLineItemId |
|
Outputs
| Output | Details |
|---|---|
| eligibleClauses |
|
| errorsList |
|
| isSuccess |
|
Example
Sample Request
This is a sample request to call this invocable action from Apex code.
Sample Response