selfReading
Gather customer's self readings data and call Enedis TIA webservice.
Arguments
Input fields for adding self reading indexes.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4178: No account found with given account number.
- KT-CT-7899: An internal error occurred.
- KT-FR-4510: Invalid PRM.
- KT-FR-4513: A technical error has occurred.
- KT-FR-4514: The requested date is not allowed.
- KT-FR-4515: The provided readings are inconsistent.
- KT-FR-4516: The PRM is being modified by another user.
- KT-FR-4517: Unknown error.
- KT-FR-4518: Readings were already provided today.
- KT-FR-4539: Smart meter is not supported.
- KT-FR-4624: Unknown Agreement.
- KT-FR-4712: Invalid meter readings data.
- KT-FR-4713: Invalid data. Reading date cannot be in the future.
- KT-FR-4912: No active agreement found.
Allowed Viewers
Required Permissions
Can submit meter readingsQuery 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 SelfReading($input: SelfReadingInputType!) {
selfReading(input: $input) {
agreementId
marketName
meterPointId
readingDate
}
}
Variables
{
"input": SelfReadingInputType
}
Response
{
"data": {
"selfReading": {
"agreementId": 79026119,
"marketName": "still-decade-less-face-special",
"meterPointId": "89536718",
"readingDate": "1975-10-31"
}
}
}