{
"body": {
"itemCodes": [
"PROD-GEARBOX-V1",
"PROD-ROTOR-V2"
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/boms/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"itemCodes": [
"PROD-GEARBOX-V1",
"PROD-ROTOR-V2"
]
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"itemCode": "",
"bomVersion": "",
"isSuccess": false,
"message": "",
"isConfirm": false
}
]
}
}