Elering / estfeed-datahub-docs

Estfeed Datahub Documentation
0 stars 0 forks source link

[EDH-2273] GetMeteringPointsByCustomer200Response has "meteringPointType" listed as mandatory, but actually it's not returned #8

Closed EinarArro closed 2 months ago

EinarArro commented 3 months ago

Description

Swagger description: CleanShot 2024-04-12 at 14 54 03@2x

Actual result:

{
  "customerEic": [
    "38X-AVP-ZW6700C6"
  ],
  "meteringPoints": [
    {
      "meteringPoint": {
        "meterEic": "28ZEE-1000006N-S",
        "commodityType": "ELECTRICITY",
        "meteringType": "VIRTUAL",
        "meteringPointType": "REGULAR",
        "ownerExternalId": "38X-EIN-ALL----B",
        "ownerMarketRole": "GRID_OPERATOR",
        "version": 1,
        "validFrom": "2024-03-13T22:00:00Z"
      },
      "location": {
        "adrId": 2699291,
        "comment": "On näärikuul udused ilmad, siis tuleb vesine kevad.",
        "county": "Lääne-Viru maakond",
        "municipality": "Rakvere linn",
        "locality": "",
        "streetAddress": ", Pikk tn, , 48-",
        "postcode": "44307"
      },
      "electricityCharacteristics": {
        "consumptionScale": "LARGE",
        "connectionState": "DISCONNECTED",
        "resolution": "PT15M",
        "customerType": "LINE_OPERATOR",
        "production": true,
        "productionSource": "OTHER_NON_RENEWABLE",
        "transmissionNetworkEic": "38A-EE-98-4634-U",
        "apartmentAssociation": true,
        "isolatedMeteringPoint": false,
        "electricalHeating": false,
        "chargingPoint": true,
        "storageCapacity": 501.23,
        "storageEnergy": 882.55,
        "productionCapacity": 594.83,
        "transmissionCapacity": 712.17
      }
    },
EinarArro commented 2 months ago

MeteringPointType is now returned with response