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

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0