Scanbare Code Erkennung
get
Path parameters
inputDatastringRequired
Benutzereingabe/Scan
Responses
200
OK
application/json
get
/wms/scannable-code-recognition/process-input/{inputData}200
OK
Last updated
Was this helpful?
Benutzereingabe/Scan
OK
OK
Last updated
Was this helpful?
Was this helpful?
GET /api/wms/scannable-code-recognition/process-input/{inputData} HTTP/1.1
Host: localhost:53907
Accept: */*
{
"articleId": 1,
"articleNumber": "text",
"storageBinId": 1,
"storageBinDisplayName": "text",
"codeType": "COMMON",
"scannableCodeParts": [
{
"ai": "text",
"value": "text",
"label": "text",
"description": "text"
}
]
}