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.
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 |