selfServeSwitchInCorrection
Self-serve switch-in correction.
Arguments
Returns
SwitchInCorrectionResponse!Returned when a customer self-services a correction of switch-in data.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-4101: Unauthorized.
- KT-JP-4520: Unable to process request.
- KT-JP-4547: Switch-in correction input data is invalid.
- KT-JP-4548: Switch-in request not found.
- KT-JP-4549: Switch-in correction action unavailable.
- KT-JP-4550: Switch-in correction invalid request.
Allowed Viewers
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 SelfServeSwitchInCorrection($input: SelfServeSwitchInCorrectionInput!) {
selfServeSwitchInCorrection(input: $input) {
... on SwitchInCorrectionPerformed {
...SwitchInCorrectionPerformedFragment
}
}
}
Variables
{
"input": SelfServeSwitchInCorrectionInput
}
Response
{
"data": {
"selfServeSwitchInCorrection": SwitchInCorrectionPerformed
}
}