initiateMoveIn
Initiate move in procedure.
Arguments
Returns
InitiateMoveInResponse!Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-3903: Unable to create payment customer.
- KT-JP-3904: Unable to change card with token.
- KT-JP-3905: This card brand is not supported.
- KT-JP-3906: Unable to change bank account with token.
- KT-JP-4103: Please set a password for the user before creating a new one using the same information.
- KT-JP-4105: Unable to reactivate account.
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 InitiateMoveIn($input: InitiateMoveInInput!) {
initiateMoveIn(input: $input) {
... on CommonError {
...CommonErrorFragment
}
... on MoveInSuccess {
...MoveInSuccessFragment
}
}
}
Variables
{
"input": InitiateMoveInInput
}
Response
{
"data": {
"initiateMoveIn": CommonError
}
}