Search storage cells
POST
/goodsReception/rest/v1/storage-cells
Returns filtered storage cells using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"filter": {
}
}
Responses
Successful response
application/json
JSON
[
{
"id": 0,
"cellCode": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0
}
]