updateAmperageChangeRequest
Update an amperage change request as an organization.
Arguments
Input fields for requesting an update to an amperage change.
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-4503: Unable to communicate with industry organization.
- KT-JP-4511: Invalid data.
- KT-JP-4515: Amperage change process not found.
- KT-JP-4517: Unable to update amperage change process.
- KT-JP-4518: No active workflow found.
- 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 UpdateAmperageChangeRequest($input: UpdateAmperageChangeRequestInput) {
updateAmperageChangeRequest(input: $input) {
message
}
}
Variables
{
"input": UpdateAmperageChangeRequestInput
}
Response
{
"data": {
"updateAmperageChangeRequest": {
"message": "become-still-decade-less-face"
}
}
}