ConnectApi.InsuranceGenerateCensusRepresentation
Output representation that's returned when you start generating a group census from the
policies on a group benefits contract.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| errors | List<ConnectApi.InsuranceErrorRepresentation> | List of errors that occurred while generating the group census. Shows null when the request succeeds. | 67.0 |
| groupCensusId | String | ID of the group census record that's created from the contract policies. | 67.0 |
| isSuccess | Boolean | Indicates whether the group census is created successfully (true) or not (false). | 68.0 |
| message | String | Message describing the result of the asynchronous census generation process. | 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. | 67.0 |