moveTray

Moves a tray to a specified empty tray position.

URL

POST /stockTake/moveTray

Input

{
"posStart": {
"zone": "Zone ID",
"bay": "Bay ID",
"tray": "Tray ID"
},
"posTarget": {
"zone": "Zone ID",
"bay": "Bay ID",
"tray": "Tray ID"
}
}

Parameters

ParameterTypeDescription
posStartJSON ObjectStarting (current) position of the tray to move.
posTargetJSON ObjectNew position of the tray after it moves.

Output

OK if successful

FAIL if unsuccessful