setActivationProcessSwitchReadings
Set an activation process' switch readings, identified by its agreement ID.
Arguments
Input fields to update the switch readings of an activation process.
Returns
SetActivationProcessSwitchReadingsSet an activation process' switch readings, identified by its agreement ID.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- 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.
- KT-FR-6912: The activation process provided does not exists.
- KT-FR-6913: The activation process is not in a checkoutable status.
- KT-FR-6914: The activation process does not belong to the logged user account.
Allowed Viewers
Required Permissions
(No)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.
mutation SetActivationProcessSwitchReadings($input: SetActivationProcessSwitchReadingsInputType!) {
setActivationProcessSwitchReadings(input: $input) {
activationProcessId
}
}
Variables
{
"input": SetActivationProcessSwitchReadingsInputType
}
Response
{
"data": {
"setActivationProcessSwitchReadings": {
"activationProcessId": "52549702"
}
}
}