POST api_v2/CoreWorkerTasks/SetMethodName
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> <MethodName>sample string 1</MethodName> <SchedulerTaskID>c1518059-8e48-46a1-81c3-609b5a379c17</SchedulerTaskID> </Request>
application/json, text/json
Sample:
{ "MethodName": "sample string 1", "SchedulerTaskID": "c1518059-8e48-46a1-81c3-609b5a379c17" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}