Insurance Policy Bulk
Output representation details of bulk renew policy and bulk cancel policy
requests.
- JSON example
- This example shows a sample success response.
-
1{ 2 "errors": [{ "code": "", "message": "" }], 3 "status": "Success", 4 "message": "policy renewed successfully." 5} - This example shows a sample error response.
-
1{ 2 "errors": [{ "code": "", "message": "" }], 3 "status": "Fail", 4 "message": "error message." 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| message | String | Status message of the API execution. | Small, 63.0 | 63.0 |
| status | String | Status of the API execution. Valid values are:
|
Small, 63.0 | 63.0 |