Skip to content

Get lot-storage-cells

GET
/goodsReception/rest/v1/lot-storage-cells

Returns filtered list of lot-storage-cells

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

filter
Typeobject
Example{ "lotnumber": "LOT001", "scan_code": "SC123" }

Responses

Successful response

application/json
JSON
[
{
"id": 0,
"fk_lot_id": 0,
"fk_storage_cell_id": 0,
"lotnumber": "string",
"scan_code": "string",
"quantity": 0,
"weight_gross": 0,
"edbs_fetched_date": "string",
"created": "string",
"modified": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z