物料停用
接口地址:
https://v3-hw-openapi.blacklake.cn /api/openapi/domain/web/v1/route/material/open/v1/material/_stop
接口功能描述: 停用物料
请求方式: POST
接口备注: 无
请求体参数(见MES接口文档):
请求样例:
{
"ids": [
0
]
}
响应体样例:
{
"code": 200,
"fieldPermission": {
"encoding": "string",
"noAccess": [
"string"
],
"readonly": [
"string"
]
},
"message": "string",
"needCheck": 0,
"subCode": "string"
}