Fields documentation for ConsumptionMeterAveragesWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| ArticleIds | SystemInt32[] | A list of the ArticleWeb ids, representing the sales prices for units of this consumption meter. These articles can for example be found in ConsumptionArticles. | |
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| MeterType | String | Consumption meter type. One of the value names from ConsumptionMeterTypeWebEnum. | |
| PerDayPerMonthAverages | ConsumptionMeterAvgPerDayWeb[] | A list of the average consumption per day per month. | |
| SummerAverage | Nullable<Double> | Daily average per summer season (april to september). | |
| WinterAverage | Nullable<Double> | Daily average per winter season (october to march). |