Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Insurance Get Eligible Clauses Input

Input representation for get eligible insurance product clauses.
JSON example
1{
2  "contextId": "0000000i18tq18g0025175944829641764efd423f7dc44b98dd1e829086efc59",
3  "instanceKey": [
4    "a3Nxx000000CmikEAC"
5  ],
6  "quoteId": "0Q0xx000000Dm3jCAC",
7  "quoteLineItemId": "0QLxx000000E5d1OAC"
8}
Properties
Name Type Description Required or Optional Available Version
contextId String ID of context. Required if quoteId isn't specified 65.0
instanceKey String[] List of product instance IDs from the root product to the target quote line item. Required if quoteLineItemId isn't specified 65.0
quoteId String ID of the quote. Required if contextId isn't specified 65.0
quoteLine​ItemId String ID of the quote line item. Required if instanceKey isn't specified 65.0