POST api/Station/GetGatwayVer
Request Information
URI Parameters
None.
Body Parameters
T_REAL| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| STATIONID | string |
None. |
|
| GATEWAYSN | string |
None. |
|
| SN | string |
None. |
|
| MAKER | string |
None. |
|
| SENSOR | string |
None. |
|
| TEMPERATURE | decimal number |
None. |
|
| DAYENERGY | decimal number |
None. |
|
| ENERGY | decimal number |
None. |
|
| DCVOLTAGE | decimal number |
None. |
|
| DCCURRENCY | decimal number |
None. |
|
| POWER | decimal number |
None. |
|
| ACVOLTAGE | decimal number |
None. |
|
| ACCURRENCY | decimal number |
None. |
|
| FREQUENCY | decimal number |
None. |
|
| MGMERR | string |
None. |
|
| MGSERR | string |
None. |
|
| MGMVER | string |
None. |
|
| MGSVER | string |
None. |
|
| UPDATETIME | date |
None. |
|
| SITETIME | date |
None. |
|
| RAWENERGY | decimal number |
None. |
|
| EDAYFIRST | decimal number |
None. |
|
| EFIRST | decimal number |
None. |
|
| YMD | string |
None. |
|
| DATACORRECTION | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"STATIONID": "sample string 2",
"GATEWAYSN": "sample string 3",
"SN": "sample string 4",
"MAKER": "sample string 5",
"SENSOR": "sample string 6",
"TEMPERATURE": 1.1,
"DAYENERGY": 1.1,
"ENERGY": 1.1,
"DCVOLTAGE": 1.1,
"DCCURRENCY": 1.1,
"POWER": 1.1,
"ACVOLTAGE": 1.1,
"ACCURRENCY": 1.1,
"FREQUENCY": 1.1,
"MGMERR": "sample string 7",
"MGSERR": "sample string 8",
"MGMVER": "sample string 9",
"MGSVER": "sample string 10",
"UPDATETIME": "2025-12-21T13:16:33.3422658+08:00",
"SITETIME": "2025-12-21T13:16:33.3432618+08:00",
"RAWENERGY": 1.1,
"EDAYFIRST": 1.1,
"EFIRST": 1.1,
"YMD": "sample string 11",
"DATACORRECTION": 1.1
}
application/xml, text/xml
Sample:
<T_REAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <ACCURRENCY>1.1</ACCURRENCY> <ACVOLTAGE>1.1</ACVOLTAGE> <DATACORRECTION>1.1</DATACORRECTION> <DAYENERGY>1.1</DAYENERGY> <DCCURRENCY>1.1</DCCURRENCY> <DCVOLTAGE>1.1</DCVOLTAGE> <EDAYFIRST>1.1</EDAYFIRST> <EFIRST>1.1</EFIRST> <ENERGY>1.1</ENERGY> <FREQUENCY>1.1</FREQUENCY> <GATEWAYSN>sample string 3</GATEWAYSN> <ID>sample string 1</ID> <MAKER>sample string 5</MAKER> <MGMERR>sample string 7</MGMERR> <MGMVER>sample string 9</MGMVER> <MGSERR>sample string 8</MGSERR> <MGSVER>sample string 10</MGSVER> <POWER>1.1</POWER> <RAWENERGY>1.1</RAWENERGY> <SENSOR>sample string 6</SENSOR> <SITETIME>2025-12-21T13:16:33.3432618+08:00</SITETIME> <SN>sample string 4</SN> <STATIONID>sample string 2</STATIONID> <TEMPERATURE>1.1</TEMPERATURE> <UPDATETIME>2025-12-21T13:16:33.3422658+08:00</UPDATETIME> <YMD>sample string 11</YMD> </T_REAL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTO| Name | 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.