Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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:

Include Page
V4:installed_item_identifier
V4:installed_item_identifier

meter_reading_value

(mandatory)

NumberThe meter reading value that was documented

created_on

(optional)

DateThe 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

...