Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Insurance Group Census Details
Output representation of group census summary data.
- JSON example
-
1{ 2 "groupCensus": { 3 "id": "a0B1x000000XXXXX", 4 "memberOptOutCount": 5, 5 "mbrWithoutDependentCount": 20, 6 "memberWithOneChildCount": 15, 7 "mbrWithMoreThan1ChldCount": 10, 8 "mbrWithMoreThan2ChldCount": 5, 9 "memberWithDependentCount": 30, 10 "memberWithSpouseCount": 25, 11 "totalMemberPlusDependent": 85, 12 "totalDependents": 45, 13 "totalMembers": 40, 14 "fullTimeMemberCount": 35, 15 "partTimeMemberCount": 5, 16 "grpCensusGrpClassSummaryList": [ 17 { 18 "id": "a0C1x000000YYYYY", 19 "groupCensusId": "a0B1x000000XXXXX", 20 "groupClassId": "a0D1x000000ZZZZZ", 21 "memberOptOutCount": 2, 22 "mbrWithoutDependentCount": 10, 23 "memberWithOneChildCount": 5, 24 "mbrWithMoreThan1ChldCount": 3, 25 "mbrWithMoreThan2ChldCount": 2, 26 "memberWithDependentCount": 10, 27 "memberWithSpouseCount": 8, 28 "totalMemberPlusDependent": 28, 29 "totalDependents": 15, 30 "totalMembers": 13, 31 "fullTimeMemberCount": 12, 32 "partTimeMemberCount": 1 33 } 34 ] 35 } 36}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| fullTimeMemberCount | Integer | Total number of full-time members. | Small, 65.0 | 65.0 |
| grpCensusGrpClassSummaryList | Group Census Group Class Summary[] | List of census summaries that are aggregated by group class. | Small, 65.0 | 65.0 |
| id | String | ID of the group census summary. | Small, 65.0 | 65.0 |
| mbrWithMoreThan1ChldCount | Integer | Total number of members who have more than one child dependent. | Small, 65.0 | 65.0 |
| mbrWithMoreThan2ChldCount | Integer | Total number of members who have more than two child dependents. | Small, 65.0 | 65.0 |
| mbrWithoutDependentCount | Integer | Total number of members who have no dependents. | Small, 65.0 | 65.0 |
| memberOptOutCount | Integer | Total number of members who have opted out of all insurance plans. | Small, 65.0 | 65.0 |
| memberWithDependentCount | Integer | Total number of members who have at least one dependent of any type. | Small, 65.0 | 65.0 |
| memberWithOneChildCount | Integer | Total number of members who have exactly one child dependent. | Small, 65.0 | 65.0 |
| memberWithSpouseCount | Integer | Total number of members who have a spouse listed as a dependent. | Small, 65.0 | 65.0 |
| partTimeMemberCount | Integer | Total number of part-time members. | Small, 65.0 | 65.0 |
| totalDependents | Integer | Total of all dependent records across all members in the census. | Small, 65.0 | 65.0 |
| totalMemberPlusDependent | Integer | Total of all members and all their dependents. | Small, 65.0 | 65.0 |
| totalMembers | Integer | Total number of primary members in the census. | Small, 65.0 | 65.0 |