POST api/UpdateStatus?SN={SN}&filename={filename}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SN
No documentation available.

Define this parameter in the request URI.

filename
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "file": "QEBA",
  "filename": "sample string 1",
  "Id": "sample string 2"
}

application/xml, text/xml

Sample:
<filedata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CloudUpdateSvc.Controllers">
  <Id>sample string 2</Id>
  <file>QEBA</file>
  <filename>sample string 1</filename>
</filedata>