MeterReadingResult
An entity used to represent historic meter reading results as well as to upload new meter reading results. The Business Add-In (BAdI) implementation for this Entity is ISU_UMC_ODATA_MRRESULT
. A customer contact is created for a POST
operation in the back end system.
The OData Entity MeterReadingResult
has the following properties:
MeterReadingResultID
DeviceID
RegisterID
ReadingResult
ReadingDateTime
ReadingUnit
MeterReadingNoteID
Consumption
MeterReadingReasonID
MeterReadingCategoryID
MeterReadingStatusID
SerialNumber
MultipleMeterReadingReasonsFlag
The following operations are possible when using the MeterReadingResult
Entity:
GET
POST
It is possible to navigate from the MeterReadingResult
Entity to the following Entities:
MeterReadingReason
MeterReadingReasons
MeterReadingNote
MeterReadingCategory
Device
DependentMeterReadingResults
MeterReadingStatus
There are no filters implemented for this Entity.