GET v1/PsInfo/IsExist?PsId={PsId}&PsName={PsName}
验证电站名称是否存在
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
PsId | 电站ID |
Define this parameter in the request URI. |
PsName | 电站名称 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Count": 1, "Message": "sample string 1", "Authority": true }