initiateMoveOut
Initiate move out procedure.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-1501: Active agreement not found.
- KT-JP-4103: Please set a password for the user before creating a new one using the same information.
- KT-JP-4551: Move out can't be processed.
- KT-JP-6601: Active move-in request already exists.
- KT-JP-6602: Active Export move-out request already exists.
- KT-JP-6604: Active electricity leave supplier process already exists.
- KT-JP-7801: Unknown error occurred.
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 InitiateMoveOut($input: InitiateMoveOutInput!) {
initiateMoveOut(input: $input) {
... on CommonError {
...CommonErrorFragment
}
... on MoveOutDateInvalid {
...MoveOutDateInvalidFragment
}
... on MoveOutInitiated {
...MoveOutInitiatedFragment
}
}
}
Variables
{
"input": InitiateMoveOutInput
}
Response
{
"data": {
"initiateMoveOut": CommonError
}
}