POST api_v2/AccountUsers/SetMiddleName
Установить отчество для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <MiddleName>sample string 1</MiddleName> <AccountUserID>e475385f-e397-44d9-8f6d-94fe5b959605</AccountUserID> </Request>
application/json, text/json
Sample:
{ "MiddleName": "sample string 1", "AccountUserID": "e475385f-e397-44d9-8f6d-94fe5b959605" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}