Get all storage locations
GET
/goodsReception/rest/v3/storage/list
Returns all available storage locations
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
List of storage locations
application/json
JSON
[
{
"id": 0,
"locationCode": "string",
"name": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0,
"active": true
}
]