Insurance Generate Census Response
Output representation of the details when you generate a group census from the policies
on an existing group benefits contract.
- JSON example
-
1{ 2 "isSuccess": true, 3 "message": "Census generation started successfully", 4 "groupCensusId": "0rfxx0000004C92AAA", 5 "requestId": "08Pxx0000000001EAA", 6 "errors": null 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that occurred while generating the group census. Shows null when the request succeeds. | Small, 68.0 | 68.0 |
| groupCensusId | String | ID of the group census record that's created from the contract policies. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the group census is created successfully (true) or not (false). | Small, 68.0 | 68.0 |
| message | String | Message describing the result of the asynchronous census generation process. | Small, 68.0 | 68.0 |
| requestId | String | ID of the asynchronous request that generates the group census for the specified group benefits contract. Use this ID to track the job or to retry a failed run. | Small, 68.0 | 68.0 |