GET api/Station/GetUpgradeFileNameV1

Request Information

URI Parameters

None.

Body Parameters

UpgradeFileITO
NameDescriptionTypeAdditional information
Flag

string

None.

DType

string

None.

OType

string

None.

HexV1

byte

None.

HexV2

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": "sample string 1",
  "DType": "sample string 2",
  "OType": "sample string 3",
  "HexV1": 64,
  "HexV2": 64
}

application/xml, text/xml

Sample:
<UpgradeFileITO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppService.Models.ITO">
  <DType>sample string 2</DType>
  <Flag>sample string 1</Flag>
  <HexV1>64</HexV1>
  <HexV2>64</HexV2>
  <OType>sample string 3</OType>
</UpgradeFileITO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpgradeFileITO'.

Response Information

Resource Description

ResultDTO
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

TotalCount

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.