{
"body": {
"workOrderCode": "WO-20240720-X1-001",
"records": [
{
"itemCode": "SMARTPHONE-X1-PLUS",
"quantity": 50
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 20
},
{
"itemCode": "SOLDER-PASTE",
"quantity": 3
}
]
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v3/inventory/task/completeScrapTask' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"workOrderCode": "WO-20240720-X1-001",
"records": [
{
"itemCode": "SMARTPHONE-X1-PLUS",
"quantity": 50
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 20
},
{
"itemCode": "SOLDER-PASTE",
"quantity": 3
}
]
}
}'
{
"code": 0,
"message": ""
}