generateEstimateAccumulationReading
Generate and persist an estimated accumulation reading for a given ICP.
Arguments
Returns
GenerateEstimateAccumulationReadingGenerate and persist an estimated accumulation reading for a given ICP.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-NZ-6410: Invalid ICP number.
- KT-NZ-6416: No readings found for meter.
- KT-NZ-6417: No readings found for register.
- KT-NZ-6419: Average daily consumption calculation error.
- KT-NZ-6433: Invalid reading window.
- KT-NZ-6434: Reading already exists at target date.
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 GenerateEstimateAccumulationReading($input: GenerateEstimateAccumulationReadingInput!) {
generateEstimateAccumulationReading(input: $input) {
icpNumber
}
}
Variables
{
"input": GenerateEstimateAccumulationReadingInput
}
Response
{
"data": {
"generateEstimateAccumulationReading": {
"icpNumber": "small-behind-agreement-structure-item"
}
}
}