prerecordConsentGranularity
Mutation to prerecord reading consent granularity for a meter point.This will not work for MHHS enabled meter points and the setReadingConsentGranularity mutationshould be used instead.
Arguments
Input fields for setting the reading consent granularity.
Returns
PrerecordConsentGranularityMutation to prerecord reading consent granularity for a meter point.This will not work for MHHS enabled meter points and the setReadingConsentGranularity mutationshould be used instead.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-GB-4501: Meter point not applicable for pre-recording consent.
- KT-GB-4502: Unable to determine acceptable granularities. Please try again shortly.
- KT-GB-4503: Provided granularity is not valid for this meter point.
Allowed Viewers
Required Permissions
Can update reading consent granularityQuery 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 PrerecordConsentGranularity($input: ReadingConsentGranularityInput!) {
prerecordConsentGranularity(input: $input) {
mpan
}
}
Variables
{
"input": ReadingConsentGranularityInput
}
Response
{
"data": {
"prerecordConsentGranularity": {
"mpan": "computer-economy-design-now-serious"
}
}
}