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 Product Clauses

Output representation for eligible clauses.
JSON example
1{
2  "errors": [],
3  "insuranceProductClauses": [
4    {
5      "category": "Manual",
6      "clauseName": "Manual Clause 1",
7      "description": "This is a manually added clause.",
8      "effectiveDate": "2025-10-01T12:00:00.000Z",
9      "expirationDate": "2026-10-01T12:00:00.000Z",
10      "insuranceProductClauseId": "a4Lxx000000Cde1EAC",
11      "type": "Clause"
12    }
13  ],
14  "success": true
15}
Property Name Type Description Filter Group and Version Available Version
errors Product Clause Error[] List of errors that occurred during the API operation. Big, 65.0 65.0
insurance​Product​Clauses Insurance Product Clause Details[] List of insurance product clauses. Big, 65.0 65.0
success Boolean Indicates whether the operation is successful (true) or not (false). Big, 65.0 65.0