You are here:
InsCensusServiceStd Methods
These are the available InsCensusServiceStd methods.
- InsCensusServiceStd:addMembers
Use this service to add group census members to a group census using an input JSON. - InsCensusServiceStd:addPlanSelections
Use this service to createGroupCensusMemberPlanrecords for existingGroupCensusMemberrecords. It uses theContractGroupPlansspecified in the input JSON for adding plans to eachGroupCensusMember. The service also accepts optional coverages per member such that primary members and dependents can be enrolled into different coverages under the same plan. - InsCensusServiceStd:createContacts
Use this service to create Contacts for census members. - InsCensusServiceStd:createUpdateAccounts
Use this service to create Person Accounts for the members in the given census. It also updates the existing person accounts using theduplicateKeysparameter. - InsCensusServiceStd:deleteAllMembers
Use this service to delete all group census members of the group census passed as input into the service. This service supports small and medium groups with a maximum of 1,000 members (including primary members and dependents). The maximum number of records an org can have in the Group Census Member entity is 150,000. - InsCensusServiceStd:deleteMembers
Use this service to delete the group census members. - InsCensusServiceStd:deleteMembersWithPlans
Use this service to delete the group census members and the associated plans. - InsCensusServiceStd:findAccounts
Search for existing person accounts by first name, last name, and email, or by a search key and group account. - InsCensusServiceStd:findContacts
Search for existing contacts by first name, last name, and email, or by a search key and group account. - InsCensusServiceStd:getFields
Use this service to retrieve field definitions and field API names for group census members and group census member plans. - InsCensusServiceStd:getMembers
Use this service to retrieve the members of a census from theGroupCensusMember. It also retrieves the headers based on thefieldsetName. - InsCensusServiceStd:getMembersWithPlans
Use this service to retrieve the list of census members for a givencensusId. Corresponding to these census members, the service retrieves theContractGroupPlanIdsfromGroupCensusMemberPlan. The service also retrieves headers based on thefieldsetNameandplanFieldsetName. - InsCensusServiceStd:setCensusRatingFacts
Use this service to setAttributeSelectedValueson theGroupCensusrecord based on the rating fact passed to the service. - InsCensusServiceStd:setMemberRatingFacts
Use this service to setAttributeSelectedValueson theGroupCensusMemberrecords based on the rating fact passed to the service. - InsCensusServiceStd:updateMembers
Use this service to update the values of existing members in a census. - InsCensusServiceStd:updateMembersWithPlans
Use this service to populate a group census with primary members, their dependents, and their pre-enrolled plan. This service updates existingGroupCensusMemberbymemberKeyand createsGroupCensusMemberPlanrecords for existingGroupCensusMemberrecords. It uses theContractGroupPlansspecified in the input JSON to update plans for eachGroupCensusMember.

