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

Resource URL

Parameters

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_valueset

(mandatoryoptional)

NumberSet of Meter Reading Objects

The meter

reading value

readings that

was documented

were documented for the related installed item

Applicable only for installed items that are not in a warehouse

If no records are specified in the set then nothing will be updated. To add a record use "action" : "add", to update a record use "action": "update" and to remove a record use "action" : "remove".

Different actions can be used within the same set. For example:

Code Block
themeConfluence
languagejavascript
linenumberstrue
"set": [
			{
            	"action": "remove",
            	...........
			},
			{
            	"action": "add",
            	...........
			},
			{
            	"action": "update",
            	...........
			}
		]

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

Anchor
installed_items_meter_readings referred objects
installed_items_meter_readings referred objects
Referred Parameter Objects Data

Include Page
V4:meter_reading_updating_parameters
V4:meter_reading_updating_parameters

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

Include Page
V4:installed_item_complete
V4:installed_item_complete

Examples

Expand
titleExample 1

HTTP Method: POST

 

Request

Body

Code Block
themeConfluence
languagejavascript
linenumberstrue
 


Response

Code Block
themeConfluence
languagejavascript
linenumberstrue