Insurance Contract Transactions Generation Response
Output representation of the details when you start asynchronous generation of contract
transactions for a group benefits contract.
- JSON example
-
1{ 2 "isSuccess": true, 3 "message": "Transaction generation started successfully", 4 "jobIdentifier": "08Pxx0000000001EAA", 5 "errors": null 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that occurred while starting transaction generation. Shows null when the request succeeds. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the transaction generation request started successfully (true) or not (false). | Small, 68.0 | 68.0 |
| jobIdentifier | String | ID of the asynchronous job that generates the contract transaction. Use this ID to track the job status. | Small, 68.0 | 68.0 |
| message | String | Status message for the transactions generation request. | Small, 68.0 | 68.0 |