| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
| subscriberId | The ID of the subscriber. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| Success | Flag that determines if the request was successful. | boolean | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"Success": true,
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Success":true,"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});