Excerpt |
---|
This method add meter reading to an installed_item. A single installed item's meter reading information is updated by each call |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
installed_item_identifier (mandatory) | Identifier | The identifier of the installed item that should be returned as a result. The allowed installed item identifier fields are the following:
| ||||||
meter_reading_value (mandatory) | Number | The meter reading value that was documented | created_on (optional) | Date | The date that the meter reading was created. If not specified, the current date will be set automatically | |||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...