POST api/v2/SmartFault/GetManualIVPowerStationTips
Request Information
URI Parameters
None.
Body Parameters
SamrtIVSearchName | Description | Type | Additional information |
---|---|---|---|
type | integer |
None. |
|
key | string |
None. |
|
count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "type": 1, "key": "sample string 2", "count": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SamrtIVSearchResultName | Description | Type | Additional information |
---|---|---|---|
pwId | string |
None. |
|
pwName | string |
None. |
|
sn | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pwId": "sample string 1", "pwName": "sample string 2", "sn": "sample string 3" }, { "pwId": "sample string 1", "pwName": "sample string 2", "sn": "sample string 3" } ]