Insurance Census Summary Sync Details

Output representation of an employee census summary synchronization.
JSON example
1{
2  "isSuccess": true,
3  "errors": null,
4  "groupCensus": {
5    "id": "a0B1x000000XXXXX",
6    "memberOptOutCount": 5,
7    "mbrWithoutDependentCount": 20,
8    "memberWithOneChildCount": 15,
9    "mbrWithMoreThan1ChldCount": 10,
10    "mbrWithMoreThan2ChldCount": 5,
11    "memberWithDependentCount": 30,
12    "memberWithSpouseCount": 25,
13    "totalMemberPlusDependent": 85,
14    "totalDependents": 45,
15    "totalMembers": 40,
16    "fullTimeMemberCount": 35,
17    "partTimeMemberCount": 5,
18    "grpCensusGrpClassSummaryList": [
19      {
20        "id": "a0C1x000000YYYYY",
21        "groupCensusId": "a0B1x000000XXXXX",
22        "groupClassId": "a0D1x000000ZZZZZ",
23        "memberOptOutCount": 2,
24        "mbrWithoutDependentCount": 10,
25        "memberWithOneChildCount": 5,
26        "mbrWithMoreThan1ChldCount": 3,
27        "mbrWithMoreThan2ChldCount": 2,
28        "memberWithDependentCount": 10,
29        "memberWithSpouseCount": 8,
30        "totalMemberPlusDependent": 28,
31        "totalDependents": 15,
32        "totalMembers": 13,
33        "fullTimeMemberCount": 12,
34        "partTimeMemberCount": 1
35      }
36    ]
37  }
38}
Property Name Type Description Filter Group and Version Available Version
errors List<ConnectApi.ErrorRepresentation> List of errors that occurred during processing. Small, 65.0 65.0
groupCensus Insurance Group Census Details Summary details for the group census. Small, 65.0 65.0
isSuccess Boolean Indicates whether the operation is successful (true) or not (false). Small, 65.0 65.0