{
"body": {
"workOrderCode": "WO-202410-8801",
"records": [
{
"itemCode": "PCB-6G-HDI",
"quantity": 25
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 10
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/completeScrapTask' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"workOrderCode": "WO-202410-8801",
"records": [
{
"itemCode": "PCB-6G-HDI",
"quantity": 25
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 10
}
]
}
}'
{
"code": 0,
"message": ""
}