ConnectApi.InsuranceRefreshCensusRepresentation
Output representation that's returned when you start updating a group census from
policy enrollments and endorsements on a group benefits contract.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| errors | List<ConnectApi.InsuranceErrorRepresentation> | List of errors that occurred while refreshing the group census. Shows null when the request succeeds. | 68.0 |
| groupCensusId | String | ID of the group census record that's updated. | 68.0 |
| isSuccess | Boolean | Indicates whether the API operation started successfully (true) or not (false). | 68.0 |
| message | String | Message describing the result of the asynchronous census refresh process. | 68.0 |
| requestId | String | ID of the asynchronous request that updates the group census for the specified group benefits contract. Use this ID to track the job or to retry a failed run. | 68.0 |