addZone

Adds a new zone to the warehouse.

URL

POST /stockTake/addZone

Input

{
"zone": "Name of the zone to be added",
"height": "Height of the zone",
"width": "Width of the zone"
}

Parameters

ParameterTypeDescription
zonestringThe zone you want to add
heightintegerThe height you want the zone to be
widthintegerThe width you want the zone to be

Output

OK if successful

FAIL if unsuccessful