needsInternalChangeOfOwnership
Check whether a supply point should go through an internal change of ownership process or not. For gas only.
Arguments
The identifier of the supply point.
Possible Errors
Allowed Viewers
Required Permissions
Can query meter pointRate Limits
| Key | Steps |
|---|---|
ip |
['10/m', '5/m', '1/m', '1/h'] |
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.
query NeedsInternalChangeOfOwnership($supplyPointIdentifier: String!) {
needsInternalChangeOfOwnership(supplyPointIdentifier: $supplyPointIdentifier)
}
Variables
{
"supplyPointIdentifier": "78786576"
}
Response
{
"data": {
"needsInternalChangeOfOwnership": true
}
}