PUT api/SubstratumTransfer/SetTransferStatusPercentage
Request Information
URI Parameters
None.
Body Parameters
TransferStatusPercentageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TransferId | string |
None. |
|
| Percentage | string |
None. |
|
| FileName | string |
None. |
|
| RemainingTime | string |
None. |
|
| FortressId | string |
None. |
|
| FortressMAC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransferId": "sample string 1",
"Percentage": "sample string 2",
"FileName": "sample string 3",
"RemainingTime": "sample string 4",
"FortressId": "sample string 5",
"FortressMAC": "sample string 6"
}
application/xml, text/xml
Sample:
<TransferStatusPercentageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.WebAPI.Models"> <FileName>sample string 3</FileName> <FortressId>sample string 5</FortressId> <FortressMAC>sample string 6</FortressMAC> <Percentage>sample string 2</Percentage> <RemainingTime>sample string 4</RemainingTime> <TransferId>sample string 1</TransferId> </TransferStatusPercentageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.