Search locations
POST
/goodsReception/rest/v2/locations
Returns filtered locations using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"search": "Warehouse A",
"active": true
}
Responses
Filtered locations
application/json
JSON
[
{
"id": 0,
"locationNumber": "string",
"name": "string",
"description": "string",
"address": "string",
"storageCells": [
{
"id": 0,
"cellCode": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0
}
],
"active": true
}
]