{
"body": {
"unitName": "UNIT202305001" // 单位名称:需要删除的物料单位名称(示例:UNIT202305001 表示2023年5月第1号物料单位)
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/item/units/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"unitName": "UNIT202305001" // 单位名称:需要删除的物料单位名称(示例:UNIT202305001 表示2023年5月第1号物料单位)
}
}'{
"code": 0,
"message": ""
}