GET api/Station/GetUpgradeFileNameV1
Request Information
URI Parameters
None.
Body Parameters
UpgradeFileITOName | Description | Type | Additional 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:
Sample not available.
Response Information
Resource Description
ResultDTOName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
Message | string |
None. |
|
TotalCount | integer |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.