updateCommsHubStatus
Update the status of the CHF (Communications Hub).
Arguments
Input fields for updating the status of the communications hub.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-GB-4026: Either the mpxn or mpan input must be provided.
- KT-GB-4027: If both mpxn and mpan are provided, they must match.
- KT-GB-4028: Please input a valid MPxN.
- KT-GB-4029: Meter point not found for MPAN.
- KT-GB-4030: Meter point not found for MPRN.
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.
mutation UpdateCommsHubStatus($input: UpdateCommsHubStatusInput!) {
updateCommsHubStatus(input: $input) {
requestReference
}
}
Variables
{
"input": UpdateCommsHubStatusInput
}
Response
{
"data": {
"updateCommsHubStatus": {
"requestReference": "specific-tough-agency-notice-actually"
}
}
}