POST api_v2/AccountUsers/SetComment
Установить комментарий для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Комментарий |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Comment>sample string 1</Comment> <AccountUserID>05ac7837-efa4-4d7c-bdab-05ed3e891017</AccountUserID> </Request>
application/json, text/json
Sample:
{ "Comment": "sample string 1", "AccountUserID": "05ac7837-efa4-4d7c-bdab-05ed3e891017" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}