updateMoveOutDate
Update a supply point's move-out date.
Arguments
Input fields for updating move-out date.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-4101: Unauthorized.
- KT-JP-4501: Unauthorized.
- KT-JP-4520: Unable to process request.
- KT-JP-4536: Move out active process not found.
- KT-JP-4539: Move out date update input data is invalid.
- KT-JP-4540: Move out date update cannot self-service.
- KT-JP-4541: Not allowed to update move out process.
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 UpdateMoveOutDate($input: UpdateMoveOutDateInput) {
updateMoveOutDate(input: $input) {
newMoveOutDate
spin
taskId
}
}
Variables
{
"input": UpdateMoveOutDateInput
}
Response
{
"data": {
"updateMoveOutDate": {
"newMoveOutDate": "1981-10-20",
"spin": "bank-build-writer-population-campaign",
"taskId": "49498761"
}
}
}