ConnectApi.MemberPlanInputRepresentation
Input representation for an insurance plan that's assigned to a group census
member.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| attributes | List<ConnectApi.GroupbenefitsAttributeInputRepresentation> | Attribute values that override the values derived from the product for this plan. | Optional | 68.0 |
| contractGroupPlanId | String | ID of the ContractGroupPlan record that the member is enrolled in. | Required if you don't specify productCode and rootProductCode. | 68.0 |
| groupCensusMemberId | String | ID of the GroupCensusMember record that the plan belongs to. | Optional | 68.0 |
| id | String | ID of an existing GroupCensusMemberPlan record. Specify this ID to update an existing plan instead of creating one. | Optional | 68.0 |
| name | String | Name of the group census member plan. | Optional | 68.0 |
| productCode | String | Product code of the off-contract coverage. | Required if you don't specify contractGroupPlanId. | 68.0 |
| rootProductCode | String | Product code of the root product that the off-contract coverage belongs to. | Required if you don't specify contractGroupPlanId. | 68.0 |