Consumption

The general format for any consumption response in Etainabl

The Consumption object represents non-cumulative (interval) data such as half-hourly meter readings.

Fields

FieldTypeRequiredDefaultDescription
_idObjectId-AutoUnique identifier
valuenumberYes-Consumption value
startTimestampdateYes-Interval start timestamp
endTimestampdateYes-Interval end timestamp
sourcestringNo-Data source
categorystringNo-Category
typestringNo-Utility type. See Utility Types
unitstringYes-Measurement unit. See Units
factornumberNo1Conversion factor
readTypestringYes-Read type
isGridDatabooleanNo-Whether this is grid-sourced data
isEstimatedbooleanNo-Whether this is an estimated value
isApportionedbooleanNo-Whether this value has been apportioned
isHalfHourlybooleanNo-Whether this is half-hourly data
batchIdstringNo-Batch ID (from data import)
invoiceIdObjectIdNo-Linked invoice ID
accountIdObjectIdYes-Account (meter) ID
entityIdObjectIdYes-Entity ID
createdAtdate-AutoCreation timestamp
updatedAtdate-AutoLast update timestamp