Newer Version Available
Process Policy Limits Response
Output representation for processing the policy limits for a claim loss item.
- JSON example
-
1{ 2 "isLimitExceeded": false, 3 "insPolicyLimitTrackings": [ 4 { 5 "policyLimitId": "0lYx00000004CvQEAU", 6 "category": "Per-Incident Limit", 7 "remainingAmount": 3750.00 8 } 9 ], 10 "errors": [] 11}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Detail[] | List of errors associated with the API operation. | Big, 65.0 | 65.0 |
| insPolicyLimitTrackings | Policy Limit Tracking Details[] | List of insurance policy limit tracking details. | Big, 65.0 | 65.0 |
| isLimitExceeded | Boolean | Indicates whether a limit is exceeded (true) or not (false). | Big, 65.0 | 65.0 |