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