Get storage cell information
GET
/rest/v1/scan/info-storage-cell/{scancode}
Returns storage cell information by scancode
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
scancode*
Typestring
RequiredResponses
Storage cell information
application/json
JSON
{
"id": 0,
"cellCode": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0
}