Skip to content

Search locations

POST
/goodsReception/rest/v1/locations

Returns filtered locations using POST body

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"search": "Warehouse A"
}

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

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z