initiateMoveOut
Initiate a MVO (Move Out) Request on a current account.
Arguments
Input fields for initiation a house move out (MVO).
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4922: Unauthorized.
- KT-CT-6623: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-US-6614: Unauthorized. Can't perform a house move out (MVO).
- KT-US-6615: House move out (MVO) process in progress.
- KT-US-6616: Can't Perform House move out (MVO). Property must have exactly 1 meter point attached to it.
- KT-US-6617: House move-out not possible. Move-out date can't be before today.
- KT-US-6618: Can't Perform house move out (MVO).
- KT-US-6619: Can't Perform house move out (MVO).
Allowed Viewers
Required Permissions
Can access customer queriesQuery 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: InitiateMoveOutInputType!) {
initiateMoveOut(input: $input) {
initiateMoveOutData {
...InitiateMoveOutOutputTypeFragment
}
}
}
Variables
{
"input": InitiateMoveOutInputType
}
Response
{
"data": {
"initiateMoveOut": {
"initiateMoveOutData": InitiateMoveOutOutputType
}
}
}