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>d16a974c-deb9-44a0-89d0-1d1ab4efb4d2</AccountUserID> </Request>
application/json, text/json
Sample:
{ "MiddleName": "sample string 1", "AccountUserID": "d16a974c-deb9-44a0-89d0-1d1ab4efb4d2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}