Search container information
POST
/goodsReception/rest/v1/lot-storage-cells/search-container
Searches for container and returns lot and storage cell information
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"scan_code": "CONT001"
}
Responses
Container search results
application/json
JSON
{
"lot": {
"id": 0,
"lotNumber": "string",
"supplierNr": 0,
"articleNr": 0,
"quantity": 0,
"unit": "string",
"deliveryDate": "string",
"status": "string",
"createdAt": "string"
},
"storage_cells": [
],
"containers": [
"string"
]
}