This method resets all Meter Readings of an installed item
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
installed_item_identifier (mandatory) | Installed Item Identifier | The identifier of the installed item that should be returned as a result. The allowed installed item identifier fields are the following: Name | Type | Description |
---|
id (semi-optional) | String | The ID of the installed item | serial_number (semi-optional) | String | The serial number of the installed item | alternative_code (semi-optional) | String | The alternative code of a installed item |
|
Response Data
N/A
Examples
Example 1
HTTP Method: POST
Request
Body
{
"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c3IiOiJNUEFkbWluaXN0cmF0b3IiLCJvcmciOiJwc19kZXYiLCJvdW4iOiIxIiwiZXhwIjoiMTUwODg1NDU1NSIsImlhdCI6IjE1MDg4NDczNTUiLCJqdGkiOiI2NTlCQTE2MTNEMzY0OUI3ODBBOUJENEIwQzIwMDA2OSJ9.i7632RZEY9eI-iQLLOh5NRorLx4xzqXh6zblZlasbHs",
"installed_item_identifier":{"id":"DBF223148BDD4BB69805F4F80C4ED42C"}
}
Response
{
"data":
{
},
"status":
{
"code": "OK",
"description": "",
"message": ""
}
}