Update an external meter
x-ms-visibility: "important"
Send a request to update the external meter specified by its id.
Path Parameters
meterid int64 required
This is the globally unique ID for the external meter
application/json
Request Body required
External meter object that needs to be updated. Only the fields to change need to be written in the body
meterId string
manufacturer string
currentThreshold int32
amountCurrentToReduce int32
url string
Responses
- 200
- 400
- 401
The external meter has been updated successfully
Errors in the route parameters or in the body request
Customer not found or not authorised
Loading...