POST api_v2/AccountUsers/SetUnsubscribed
Установить признак Unsubscribed для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Unsubscribed>true</Unsubscribed> <AccountUserID>7d6b62db-5fe9-431e-abba-f966aef08474</AccountUserID> </Request>
application/json, text/json
Sample:
{ "Unsubscribed": true, "AccountUserID": "7d6b62db-5fe9-431e-abba-f966aef08474" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}