POST api/Solargo/inverterAlarmInfo
Request Information
URI Parameters
None.
Body Parameters
InverterAlarmDto| Name | Description | Type | Additional information |
|---|---|---|---|
| invertersn | string |
None. |
|
| pageSize | integer |
None. |
|
| pageIndex | integer |
None. |
|
| show | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"invertersn": "sample string 1",
"pageSize": 2,
"pageIndex": 3,
"show": true
}
application/xml, text/xml
Sample:
<InverterAlarmDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goodwe.Ops.BLL"> <invertersn>sample string 1</invertersn> <pageIndex>3</pageIndex> <pageSize>2</pageSize> <show>true</show> </InverterAlarmDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |