POST api_v2/CoreWorkerTasks/SetTaskParams
Установить параметр задачи
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
infoTask | Информация о задаче |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <TaskParams>sample string 1</TaskParams> <SchedulerTaskID>28cf8659-a89c-4300-886c-62b6bafd6bf2</SchedulerTaskID> </Request>
application/json, text/json
Sample:
{ "TaskParams": "sample string 1", "SchedulerTaskID": "28cf8659-a89c-4300-886c-62b6bafd6bf2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}