updateMoveInDate
Update a supply point's move-in date.
Arguments
Input fields for updating move-in date.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4501: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-JP-4501: Unauthorized.
- KT-JP-4520: Unable to process request.
- KT-JP-4531: Invalid Data.
- KT-JP-4532: Unable to update move in process.
- KT-JP-4533: Move in data is invalid.
- KT-JP-4534: Move in process not found.
- KT-JP-4552: Move in request is missing.
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 UpdateMoveInDate($input: UpdateMoveInDateInput) {
updateMoveInDate(input: $input) {
newMoveInDate
spin
}
}
Variables
{
"input": UpdateMoveInDateInput
}
Response
{
"data": {
"updateMoveInDate": {
"newMoveInDate": "1973-10-01",
"spin": "sit-family-important-future-agree"
}
}
}