electricityMeterpoint
Search for the meterpoint with given MPAN using ECOES switching API.
Arguments
The MPAN of the meterpoint.
Returns
ElectricMeterTechnicalDetailsPossible Errors
Allowed Viewers
Query Complexity
6Examples
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 ElectricityMeterpoint($mpan: String!) {
electricityMeterpoint(mpan: $mpan) {
annualConsumption
annualConsumptionEfd
annualConsumptionQualityIndicator
assignedMdrEfd
assignedMdrMpid
connectionType
connectionTypeEfd
connectionTypeEtd
consumerType
cssSupplierMpid
cssSupplyStartDate
customerDirectContractDsDipId
customerDirectContractDsExists
customerDirectContractDsMpid
customerDirectContractMsDipId
customerDirectContractMsExists
customerDirectContractMsMpid
dataAggregatorEfd
dataAggregatorMpid
dataCollectorEfd
dataCollectorMpid
dataServiceDipId
dataServiceEfd
dataServiceMpid
dccServiceFlag
dccServiceFlagEfd
disconnectionEfd
distributorDipId
distributorMpid
domesticPremisesIndicator
duosTariffId
duosTariffIdEfd
energisationStatus
energisationStatusEfd
energyDirection
energyDirectionEfd
energyDirectionEtd
greenDealInEffect
gspGroupEfd
gspGroupId
ihdStatus
ihdStatusEfd
lineLossFactor
lineLossFactorEfd
marketSegmentIndicator
marketSegmentIndicatorEfd
measurementClass
measurementClassEfd
meteredIndicator
meteredIndicatorEfd
meteredIndicatorEtd
meteringServiceDipId
meteringServiceEfd
meteringServiceEtd
meteringServiceMpid
meterOperatorEfd
meterOperatorMpid
meters {
...ElectricMeterTechnicalSubDetailsFragment
}
meterTimeswitchClass
meterTimeswitchClassEfd
mhhsIndicator
mhhsIndicatorEfd
mpan
profileClass
profileClassEfd
relationshipStatusIndicator
rmpState
rmpStateEfd
smetsVersion
smsoEfd
smsoMpid
standardSettlementConfiguration
standardSettlementConfigurationEfd
supplierDipId
supplierEfd
supplierMpid
tradingStatus
tradingStatusEfd
}
}
Variables
{
"mpan": "happy-camera-skill-wear-include"
}
Response
{
"data": {
"electricityMeterpoint": {
"annualConsumption": "1.0",
"annualConsumptionEfd": "2023-02-18",
"annualConsumptionQualityIndicator": "expert-inside-event-from-trial",
"assignedMdrEfd": "1982-03-11",
"assignedMdrMpid": "75951442",
"connectionType": "we-I-interesting-ask-deal",
"connectionTypeEfd": "1978-06-19",
"connectionTypeEtd": "2011-04-25",
"consumerType": "billion-choose-simple-between-power",
"cssSupplierMpid": "35157098",
"cssSupplyStartDate": "2017-03-18",
"customerDirectContractDsDipId": "21967123",
"customerDirectContractDsExists": true,
"customerDirectContractDsMpid": "67403047",
"customerDirectContractMsDipId": "92126747",
"customerDirectContractMsExists": true,
"customerDirectContractMsMpid": "16827980",
"dataAggregatorEfd": "2001-02-05",
"dataAggregatorMpid": "81737520",
"dataCollectorEfd": "1993-11-14",
"dataCollectorMpid": "16312902",
"dataServiceDipId": "97454906",
"dataServiceEfd": "2024-11-11",
"dataServiceMpid": "23847222",
"dccServiceFlag": "same-quickly-strong-scientist-yet",
"dccServiceFlagEfd": "2008-09-25",
"disconnectionEfd": "1980-02-18",
"distributorDipId": "16398846",
"distributorMpid": "38752097",
"domesticPremisesIndicator": true,
"duosTariffId": "96472700",
"duosTariffIdEfd": "1974-12-07",
"energisationStatus": "hope-protect-family-meet-toward",
"energisationStatusEfd": "1976-07-28",
"energyDirection": "take-black-hit-town-cut",
"energyDirectionEfd": "1999-06-19",
"energyDirectionEtd": "1993-07-28",
"greenDealInEffect": "thousand-yeah-eye-manage-time",
"gspGroupEfd": "2000-10-28",
"gspGroupId": "38806471",
"ihdStatus": "small-perhaps-technology-bill-serious",
"ihdStatusEfd": "2011-04-07",
"lineLossFactor": "get-those-remember-argue-personal",
"lineLossFactorEfd": "1986-12-20",
"marketSegmentIndicator": "tough-beyond-meet-establish-east",
"marketSegmentIndicatorEfd": "1978-05-24",
"measurementClass": "eight-imagine-picture-tough-around",
"measurementClassEfd": "2017-03-20",
"meteredIndicator": true,
"meteredIndicatorEfd": "1998-10-27",
"meteredIndicatorEtd": "2023-07-09",
"meteringServiceDipId": "46260558",
"meteringServiceEfd": "1985-10-31",
"meteringServiceEtd": "2009-05-07",
"meteringServiceMpid": "45843817",
"meterOperatorEfd": "1997-10-19",
"meterOperatorMpid": "76942186",
"meters": [ElectricMeterTechnicalSubDetails],
"meterTimeswitchClass": 48,
"meterTimeswitchClassEfd": "2003-11-23",
"mhhsIndicator": "drop-computer-serve-school-oil",
"mhhsIndicatorEfd": "1995-07-11",
"mpan": "change-mean-more-career-seven",
"profileClass": 28,
"profileClassEfd": "1987-11-05",
"relationshipStatusIndicator": "management-form-campaign-cell-either",
"rmpState": "because-much-reflect-none-range",
"rmpStateEfd": "1982-10-20",
"smetsVersion": "current-nothing-this-institution-above",
"smsoEfd": "1971-02-19",
"smsoMpid": "50977288",
"standardSettlementConfiguration": "state-detail-sea-exactly-personal",
"standardSettlementConfigurationEfd": "2018-09-24",
"supplierDipId": "46114536",
"supplierEfd": "2004-01-06",
"supplierMpid": "79582474",
"tradingStatus": "here-business-get-box-together",
"tradingStatusEfd": "1978-02-09"
}
}
}