ConnectApi.InsuranceAddMemberPlansOutputRepresentation
Output representation for adding plans to a member.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| errors | List<ConnectApi.InsuranceErrorRepresentation> | List of errors that occurred while adding plans. | 64.0 |
| isSuccess | Boolean | Indicates whether the API executed successfully. | 64.0 |
| memberId | String | ID of the group census member. | 64.0 |
| memberPlans | List<String> | List of IDs for the member plan records that are successfully added. | 64.0 |