Contract Renewal Response
Output representation of the details when a renewed group benefits contract is created
from a quote.
- JSON example
-
1{ 2 "errors": [], 3 "isSuccess": true, 4 "message": "Contract was created from the quote", 5 "contractId": "800xx0000004C92AAE" 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contractId | String | ID of the renewed contract that's created. | Small, 68.0 | 68.0 |
| errors | Insurance Error[] | List of errors that occurred while renewing the contract. Empty when the request succeeds. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the renewed contract is created successfully (true) or not (false). | Small, 68.0 | 68.0 |
| message | String | Status message for the contract renewal request. | Small, 68.0 | 68.0 |