getAllCategory

Get all trays that contain the specified item

URL

POST /stockTake/getAllCategory

Input

{
"contents", "Optional, only get trays that match these contents"
}

Parameters

ParameterTypeDescription
contentsstringString matching the contents of some tray in the warehouse

Output

Array of JSON Tray Objects if successful

FAIL if unsuccessful