POST api_v2/CoreWorkerTasksQueue/SetComment
Установить комментарий для задачи
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
taskInfo | Модель параметров задачи |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <Id>95739157-2967-4022-9886-7274cb1fca2a</Id> <Comment>sample string 2</Comment> </Request>
application/json, text/json
Sample:
{ "Id": "95739157-2967-4022-9886-7274cb1fca2a", "Comment": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}