checkMeterPointsEligibility
Check whether meter points are eligible to be supplied by us.
Arguments
Input fields for for checking the eligibility of meter points.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-FR-4520: Invalid Gas Meter Point.
- KT-FR-4521: Unable to send request without customer's consent to send data to the DSO.
- KT-FR-4522: Invalid Electricity Meter Point.
- KT-FR-4523: Invalid market name.
- KT-FR-4527: Supply point from the same property contain different addresses.
Allowed Viewers
Required Permissions
Can access third party queriesRate Limits
| Key | Steps |
|---|---|
ip |
['10/m'] |
Query Complexity
1Examples
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.
mutation CheckMeterPointsEligibility($input: CheckMeterPointsEligibilityInputType!) {
checkMeterPointsEligibility(input: $input) {
eligibilityResults {
...SupplyPointEligibilityResultConnectionTypeConnectionFragment
}
}
}
Variables
{
"input": CheckMeterPointsEligibilityInputType
}
Response
{
"data": {
"checkMeterPointsEligibility": {
"eligibilityResults": SupplyPointEligibilityResultConnectionTypeConnection
}
}
}