Skip to main content

Arguments

mpan : String! required

The MPAN of the meter point.

Allowed Viewers

Customer Partner User Third party

Query Complexity

6

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query ElectricityMeterPointDetails($mpan: String!) { electricityMeterPointDetails(mpan: $mpan) { capacityValue meterPoint { ...ElectricityMeterPointTypeFragment } networkRates { ...ElectricityNetworkRatesFragment } relAddress { ...UniqueRELAddressTypeFragment } technicalDetails { ...ElectricMeterTechnicalDetailsFragment } } }

Variables

{ "mpan": "end-same-employee-herself-bring" }

Response

{ "data": { "electricityMeterPointDetails": { "capacityValue": "1.0", "meterPoint": ElectricityMeterPointType, "networkRates": ElectricityNetworkRates, "relAddress": UniqueRELAddressType, "technicalDetails": ElectricMeterTechnicalDetails } } }