Newer Version Available
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 |
| insuranceProductClauses | 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 |