cancelAmperageChangeRequest
Cancel an amperage change request as an organization.
Arguments
Input fields for cancelling an amperage change request.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4501: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-JP-4501: Unauthorized.
- KT-JP-4502: Unauthorized.
- KT-JP-4511: Invalid data.
- KT-JP-4515: Amperage change process not found.
- KT-JP-4516: Unable to cancel amperage change process.
- KT-JP-4520: Unable to process request.
Allowed Viewers
Required Permissions
Can update supply point detailsQuery 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 CancelAmperageChangeRequest($input: CancelAmperageChangeRequestInput) {
cancelAmperageChangeRequest(input: $input) {
message
}
}
Variables
{
"input": CancelAmperageChangeRequestInput
}
Response
{
"data": {
"cancelAmperageChangeRequest": {
"message": "market-enough-face-son-free"
}
}
}