{
"plant": "",
"action": "hold",
"barcodes": [
{
"barcode": "001"
},
{
"barcode": "002"
},
{
"barcode": "003"
}
]
}curl --location --request POST 'http://172.16.60.13:9191/eone/holdBarcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"plant": "",
"action": "hold",
"barcodes": [
{
"barcode": "001"
},
{
"barcode": "002"
},
{
"barcode": "003"
}
]
}'{
"errorCode": 0,
"lang": "string",
"mess": "string",
"msg": "string",
"success": "string"
}