Members With Plans Response
Details returned after a family of group census members and their plans is added or
updated. The response includes a success flag, top-level errors, and per-member results.
- JSON example
-
1{ 2 "errors": [], 3 "isSuccess": true, 4 "members": [ 5 { 6 "errors": [], 7 "memberId": "0r6xx000000001aEAA", 8 "memberPlans": [ 9 "0r8xx000000004kEAA" 10 ] 11 }, 12 { 13 "errors": [], 14 "memberId": "0r6xx000000002bEAA", 15 "memberPlans": [ 16 "0r8xx000000005lEAA" 17 ] 18 } 19 ] 20}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Details[] | List of top-level errors. This list doesn't include member-specific error details. The list is empty when isSuccess is true. | Big, 68.0 | 68.0 |
| isSuccess | Boolean | Indicates whether the process completed successfully (true) or not (false). | Big, 68.0 | 68.0 |
| members | Member With Plans Details[] | Details of the individual members and their plans. | Big, 68.0 | 68.0 |