performHouseMove
Performs a house move.
Arguments
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-3811: Invalid IBAN.
- KT-CT-3822: Unauthorized.
- KT-CT-4178: No account found with given account number.
- KT-CT-4410: Invalid postcode.
- KT-CT-7899: An internal error occurred.
- KT-DE-3920: No active or pending agreement found.
- KT-DE-3921: Unable to proceed.
- KT-DE-4903: Unable to proceed.
- KT-DE-4904: Unable to proceed.
- KT-DE-4905: Unable to proceed.
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 PerformHouseMove($input: HouseMoveInput!) {
performHouseMove(input: $input) {
account {
...AccountTypeFragment
}
}
}
Variables
{
"input": HouseMoveInput
}
Response
{
"data": {
"performHouseMove": {
"account": AccountType
}
}
}