POST api_v2/AccountUsers/SetFirstName
Установить имя для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <FirstName>sample string 1</FirstName> <AccountUserID>0b2e8b5d-21c7-4078-8a7c-028e37e9fc4c</AccountUserID> </Request>
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "AccountUserID": "0b2e8b5d-21c7-4078-8a7c-028e37e9fc4c" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}