Skip to content

Get lot information from EDBS

GET
/goodsReception/rest/v3/lots/info/{lotnumber}

Returns lot information from external EDBS database by lot number using Lot::findEdbs() method.

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

lotnumber*

Lot number to look up in EDBS

Typestring
Required
Example"24001234"

Responses

Lot information from EDBS retrieved successfully

application/json
JSON
{
"id": 0,
"lotNumber": "string",
"supplierNr": 0,
"articleNr": 0,
"quantity": 0,
"unit": "string",
"deliveryDate": "string",
"status": "string",
"createdAt": "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