POST api_v2/AccountUsers/SetEmail
Установить почту для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Email>sample string 1</Email> <AccountUserID>a6645077-cd54-4eaa-bca8-b8043f17df93</AccountUserID> </Request>
application/json, text/json
Sample:
{ "Email": "sample string 1", "AccountUserID": "a6645077-cd54-4eaa-bca8-b8043f17df93" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}