gasMeterpoint
Search for the meterpoint with given MPRN using Xoserve switching API.
Arguments
The MPRN of the meterpoint.
Returns
GasMeterTechnicalDetailsPossible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-GB-6630: We can't communicate with our address database right now to look up your address. Please try again.
- KT-GB-6635: The provided MPRN is not valid.
- KT-GB-6636: The provided MPRN is linked to an extinct meterpoint.
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 GasMeterpoint($mprn: String!) {
gasMeterpoint(mprn: $mprn) {
currentSupplierId
currentSupplierRegEffectiveDate
dmq
gasTransportId
ldzId
marketSectorCode
meterCapacity
meterMechanismCode
meterNumberOfDials
meterSerialNumber
mpaq
mprn
ndmq
pendingSupplierRegEffectiveDate
smartEquipmentTechnicalCode
}
}
Variables
{
"mprn": "those-remember-argue-personal-feel"
}
Response
{
"data": {
"gasMeterpoint": {
"currentSupplierId": "23523595",
"currentSupplierRegEffectiveDate": "direction-ever-relationship-in-candidate",
"dmq": "1.0",
"gasTransportId": "36214143",
"ldzId": "64722965",
"marketSectorCode": "night-out-whether-mouth-participant",
"meterCapacity": "chance-including-evidence-receive-environment",
"meterMechanismCode": "Democrat-happy-like-full-paper",
"meterNumberOfDials": "Congress-they-reason-movement-around",
"meterSerialNumber": "for-real-population-speech-through",
"mpaq": "1.0",
"mprn": "firm-management-form-campaign-cell",
"ndmq": "1.0",
"pendingSupplierRegEffectiveDate": "either-because-much-reflect-none",
"smartEquipmentTechnicalCode": "range-difficult-current-nothing-this"
}
}
}