ConnectApi.MembersWithPlansInputRepresentation
Input representation for adding or updating a family of group census members and their
insurance plans.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| duplicateDetectionFields | List<String> | API names of the fields that are used, along with the default fields, to generate a unique key for identifying duplicate members. The default fields are FirstName, LastName, AssociationWithPrimaryMbr, Email, and GroupCensusId. | Optional | 68.0 |
| flowName | String | Name of the flow to use for processing group census member data. The default value is Process Group Census Member Data. | Optional | 68.0 |
| members | List<ConnectApi.MemberWithPlansInputRepresentation> | Group census members and their plan details to add or update. | Required | 68.0 |
| shouldExecuteConfigurationRule | Boolean | Indicates whether the save flow runs the eligibility and configurator engine when it validates the submitted plans (true) or not (false). When true, the submitted plans are filtered to the plans that the configurator considers eligible. If set to false or not specified, the submitted plans are saved as they are.The default value is false. | Optional | 68.0 |