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