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
RequiredExample
"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"
}