Insurance Add Member Plans
Output representation for the add member plans operation.
- JSON example
-
1{ 2 "errors": [], 3 "isSuccess": true, 4 "memberId": "0r6xx000000001aEAA", 5 "memberPlans": [ 6 "0r8xx000000004kEAA", 7 "0r8xx000000005lEAA" 8 ] 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that occurred during the API operation. | Small, 65.0 | 65.0 |
| isSuccess | Boolean | Indicates whether the API executed successfully (true) or not (false). | Small, 65.0 | 65.0 |
| memberId | String | ID of the group census member. | Small, 65.0 | 65.0 |
| memberPlans | String[] | List of IDs for the member plans that are successfully added. | Small, 65.0 | 65.0 |