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>99ebb821-c1a0-4d5a-a8ea-d2867919866a</AccountUserID> </Request>
application/json, text/json
Sample:
{ "Comment": "sample string 1", "AccountUserID": "99ebb821-c1a0-4d5a-a8ea-d2867919866a" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}