POST api/Scheduler?x={x}&p={p}&taskID={taskID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| x | No documentation available. |
Define this parameter in the request URI. |
| p | No documentation available. |
Define this parameter in the request URI. |
| taskID | No documentation available. |
Define this parameter in the request URI. |
| parameters | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfServerParameterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JohnGalt.Common.Library.Info">
<ServerParameterInfo>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</ServerParameterInfo>
<ServerParameterInfo>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</ServerParameterInfo>
<ServerParameterInfo>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</ServerParameterInfo>
</ArrayOfServerParameterInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.