POST api_v2/CoreWorkerTasks/SetTaskParams
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
infoTask | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <TaskParams>sample string 1</TaskParams> <SchedulerTaskID>e66d2f59-2892-457d-b27d-a15b039d15bd</SchedulerTaskID> </Request>
application/json, text/json
Sample:
{ "TaskParams": "sample string 1", "SchedulerTaskID": "e66d2f59-2892-457d-b27d-a15b039d15bd" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}