Update Group Census Response
Output representation of the details that are returned when you update a group census
from policy enrollments and endorsements on an existing group benefits contract.
- JSON example
-
1{ 2 "isSuccess": true, 3 "message": "Census refresh 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 refreshing the group census. Shows null when the request succeeds. | Small, 68.0 | 68.0 |
| groupCensusId | String | ID of the group census record that's updated. | Small, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the API operation started successfully (true) or not (false). | Small, 68.0 | 68.0 |
| message | String | Message describing the result of the asynchronous census refresh process. | Small, 68.0 | 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. | Small, 68.0 | 68.0 |