POST api/Station/GetInverterPowersAndList
Request Information
URI Parameters
None.
Body Parameters
InverterPowerITO| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
None. |
|
| stationID | string |
None. |
|
| dateTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sn": "sample string 1",
"stationID": "sample string 2",
"dateTime": "sample string 3"
}
application/xml, text/xml
Sample:
<InverterPowerITO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppService.Models.ITO"> <dateTime>sample string 3</dateTime> <sn>sample string 1</sn> <stationID>sample string 2</stationID> </InverterPowerITO>
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.