Insurance Update Member Plans
Output representation for the update member plans operation.
- JSON example
-
1{ 2 "errors": [], 3 "failedPlans": [], 4 "isSuccess": true, 5 "memberId": "0r6xx000000001aEAA", 6 "updatedMemberPlans": [ 7 "0r8xx000000003jEAA" 8 ] 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that occurred for the API request. | Small, 65.0 | 65.0 |
| failedPlans | String[] | List of plan IDs that failed to be updated. | Small, 65.0 | 65.0 |
| isSuccess | Boolean | Indicates whether the overall operation is successful (true) or not (false). | Small, 65.0 | 65.0 |
| memberId | String | ID of the group census member. | Small, 65.0 | 65.0 |
| updatedMemberPlans | String[] | List of IDs for the member plan records that are successfully updated. | Small, 65.0 | 65.0 |