GET v1/Device/IsExistSn?PmuId={PmuId}&sn={sn}

验证序列号是否存在

Request Information

Parameters

NameDescriptionAdditional information
PmuId
采集器ID

Define this parameter in the request URI.

sn
序列号

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
}