POST api/v2/SmartFault/StopError

Request Information

URI Parameters

None.

Body Parameters

IVSearchInfo
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true