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