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[] | Errors that are shown when the API operation fails. | Big, 65.0 | 65.0 |
| exceededAmount | Double | Amount that exceeds the remaining available policy limit in the specified limit currency. | Big, 66.0 | 66.0 |
| exceededCount | Integer | Count of coverage units beyond the policy’s allowed unit limit. | Big, 66.0 | 66.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 |