Splitting Group Output
Output representation of synchronous operation that’s executed to
add or remove recipients to a recipient group.
JSON Example
1{
2 "isSuccessful": true,
3 "statusMessage": "<A success message>",
4 "errorsList": []
5}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| isSuccessful | Boolean | Indicates whether the request was successfully completed (true) or not (false). | Small, 64.0 | 64.0 |
| statusMessage | String | The status of the synchronous operation. | Small, 64.0 | 64.0 |
| errorsList | List Splitting Group Error Output | A list of errors, including detailed information about each one. | Small, 64.0 | 64.0 |