Insurance Policy Process
Output representation details of the renewed policy.
- JSON example
- This example shows a sample success response.
-
1{ 2 "errors": [{ "code": "", "message": "" }], 3 "status": "Success", 4 "policyId": "testId", 5 "message": "policy renewed successfully." 6} - This example shows a sample error response.
-
1{ 2 "errors": [{ "code": "", "message": "" }], 3 "status": "Fail", 4 "policyId": "", 5 "message": "error message." 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| policyId | String | ID of the renewed policy. | Small, 63.0 | 63.0 |