根据工单编号查询工单id
接口地址:
https://v3-hw-openapi.blacklake.cn/api/openapi/domain/web/v1/route/custom-object/open/v1/object_service/_code_to_id
接口功能描述: 根据工单编号查询工单id
请求方式: POST
接口备注: 无
请求体参数(见MES接口文档):
请求样例:
{
"code": "string",
"objectCode": "string"
}
响应体样例:
{
"code": 200,
"data": {
"id": 0
},
"fieldPermission": {
"encoding": "string",
"noAccess": [
"string"
],
"readonly": [
"string"
]
},
"message": "string",
"needCheck": null,
"subCode": "string"
}