{
"data": {
"docNo": "P071-DK220700001",
"cnt": 0
},
"list": [
{
"barcode": "C30928382002",
"qty": 100
},
{
"barcode": "C30928382003",
"qty": 16
}
],
"plant": "MEMSICTEST",
"userId": "00000"
}curl --location --request POST 'http://172.16.60.13:9191/eone/ruleApi/rule' \
--header 'Authorization: 7842cf5d-969c-4570-96a2-7817c62edb9f' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"docNo": "P071-DK220700001",
"cnt": 0
},
"list": [
{
"barcode": "C30928382002",
"qty": 100
},
{
"barcode": "C30928382003",
"qty": 16
}
],
"plant": "MEMSICTEST",
"userId": "00000"
}'{}