requestAmperageChange
Request amperage change as an organization.
Arguments
Input fields for requesting an amperage change.
- 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-4512: Unable to process amperage change request.
- KT-JP-4513: Unable to process amperage change request.
- KT-JP-4520: Unable to process request.
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 RequestAmperageChange($input: RequestAmperageChangeInput) {
requestAmperageChange(input: $input) {
message
}
}
Variables
{
"input": RequestAmperageChangeInput
}
Response
{
"data": {
"requestAmperageChange": {
"message": "along-wife-himself-fund-sound"
}
}
}