{
"body": {
"code": "IQC-20241015-001",
"abandonReason": "质检标准更新至IPC-6012B Rev.E | 原检验依据IPC-6012B Rev.D已失效(变更单号:ECN-202410-005)"
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v3/purchase/qc/abandon' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "IQC-20241015-001",
"abandonReason": "质检标准更新至IPC-6012B Rev.E | 原检验依据IPC-6012B Rev.D已失效(变更单号:ECN-202410-005)"
}
}'
{
"code": 0,
"message": ""
}