removeBay
Removes a bay (and all trays within) from the warehouse.
URL
POST /stockTake/removeBay
Input
{"zone": "Zone that the bay is in","bay": "The bay to remove"}
Parameters
| Parameter | Type | Description |
|---|---|---|
zone | string | Zone identifier of the zone the bay is in |
bay | string | Bay identifier of the bay to remove |
Output
OK if successful
FAIL if unsuccessful