POST v1/Pmu/PhoneModifyPmu
变更采集器信息
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
editPmu | 变更采集器信息 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PmuId": "sample string 1", "PmuSn": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Count": 1, "Message": "sample string 1", "Authority": true }