Contract Endorsement Response
Output representation of the details when an endorsed contract version 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 endorsed contract that's created. | Small, 68.0 | 68.0 |
| errors | Insurance Error[] | List of errors that occurred while endorsing the contract. Empty when the request succeeds. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the endorsed contract is created successfully (true) or not (false). | Small, 68.0 | 68.0 |
| message | String | Status message for the contract endorsement request. | Small, 68.0 | 68.0 |