Issue Contract Response
Output representation of the details when a group benefits contract is issued
synchronously from a quote.
- JSON example
-
1{ 2 "contractId": "800xx000000br2bAAA", 3 "errors": [], 4 "isSuccess": true, 5 "message": "Contract issued successfully from quote." 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contractId | String | ID of the contract that's issued. | Small, 68.0 | 68.0 |
| errors | Insurance Error[] | List of errors that occurred while issuing the contract. Empty when the request succeeds. | Small, 68.0 | 68.0 |
| insuranceContractId | String | ID of the insurance contract record associated with the issued contract. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the contract is issued successfully (true) or not (false). | Small, 68.0 | 68.0 |