POST api/{version}/v2/SmartFault/StopError
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
IVSearchInfoName | Description | Type | Additional information |
---|---|---|---|
inverterSN | string |
None. |
|
RTCNum | string |
None. |
|
loadNum | integer |
None. |
|
stringNum | integer |
None. |
|
ErrorCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "inverterSN": "sample string 1", "rtcNum": "sample string 2", "loadNum": 3, "stringNum": 4, "errorCode": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true