Navigation:  Integration via SOAP web services > Published web services > Maintenance >

insertMeterReading

Previous  Top  Next

This method allows adding:

Asset meter readings.

 

To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

InsertMeterReadingRequestType.java

Return

InsertMeterReadingResponseType.java

 

Request

ID #

Required

Description

idobject

X

Asset ID #.

fgaction

X

Action. List of options:

1 – New meter reading

2 – New meter restart

vlreadvalue

Reading value.

Use point as decimal separator and do not used thousands separator, for example “16000.000”.

dtreaddate

 

Meter reading date, in the format mm/dd/YYYY.

If empty, it will consider the date and time of the import service.

qthrread

Meter reading time, in the format hh:mm (00:00 - 23:59). If empty, it will consider the date and time of the import service.

X¹ - Required if the action is New meter reading. Not required if the action is New meter restart.

X¹ - Required if the reading date is filled in.

 

Return

ID #

Description

return

SUCCESS: 1.

Failure: Message describing the error.