POST v5/networks/{id}/tasks/{taskId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
taskId | No documentation available. |
Define this parameter in the request URI. |
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "progress": 1.1, "data": {} }
application/xml, text/xml
Sample:
<GetProgressOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Network"> <Data /> <Progress>1.1</Progress> </GetProgressOutVO>
multipart/form-data
Sample:
Sample not available.