ConnectApi.MembersWithPlansRepresentation
Output representation that's returned when you add or update a family of group census
members and their insurance plans.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| errors | List<ConnectApi.ErrorResponseRepresentation> | Top-level errors that occurred during processing. This property doesn't contain member-specific error details, and it's empty when isSuccess is true. For member-specific errors, see the errors property of each item in members. | 68.0 |
| isSuccess | Boolean | Indicates whether the operation completed successfully (true) or not (false). | 68.0 |
| members | List<ConnectApi.MemberWithPlansRepresentation> | Result for each member in the request, including the IDs of the member and the member's plans, and any member-specific errors. | 68.0 |