{
  "dsoName": "EV Zeiningen",
  "dsoNumber": 10828012345,
  "tariffs": [
    {
      "customerVoltageLevel": 7,
      "tariffName": "BT-2026-Basic-Energie",
      "tariffType": "electricity",
      "tariffForm": "constant",
      "startDate": "2026-01-01",
      "endDate": "2026-12-31",
      "comment": "",
      "customerType": "Temporäre Anschlüsse",
      "prices": {
        "base": {
          "price": 4,
          "priceUnit": "CHF/M"
        },
        "energy": [
          {
            "from": "00:00",
            "to": "00:00",
            "price": 0.2303,
            "priceUnit": "CHF/kWh"
          }
        ]
      }
    },
    {
      "customerVoltageLevel": 7,
      "tariffName": "BT-2026-Basic-Netz",
      "tariffType": "electricity",
      "tariffForm": "constant",
      "startDate": "2026-01-01",
      "endDate": "2026-12-31",
      "comment": "",
      "customerType": "Temporäre Anschlüsse",
      "prices": {
        "base": {
          "price": 5,
          "priceUnit": "CHF/M"
        },
        "energy": [
          {
            "from": "00:00",
            "to": "00:00",
            "price": 0.2048,
            "priceUnit": "CHF/kWh"
          }
        ]
      }
    },
    {
      "customerVoltageLevel": 7,
      "tariffName": "BT-2026-Basic-Messtarife",
      "tariffType": "electricity",
      "tariffForm": "constant",
      "startDate": "2026-01-01",
      "endDate": "2026-12-31",
      "comment": "",
      "customerType": "Temporäre Anschlüsse",
      "prices": {
        "base": {
          "price": 4,
          "priceUnit": "CHF/M"
        },
        "energy": [
          {
            "from": "00:00",
            "to": "00:00",
            "price": 0,
            "priceUnit": "CHF/kWh"
          }
        ]
      }
    }
  ]
}