Skip to content

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
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0