- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 委外订单
- 收料通知单
- 委外入库单
- 委外投料单
- 委外发料单
- 委外退料单
- 委外订单业务查询
- 委外退库单
- 委外工序接收单
- 委外工序转出单
- 委外工序转入转出下推
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
委外投料单下推发料单操作
POST
/mxoc_om_ext/om_operate
请求参数
Query 参数
access_token
string
必需
默认值:
{{access_token}}
Header 参数
groupName
string
必需
默认值:
{{groupName}}
Content-Type
string
必需
默认值:
{{Content-Type}}
accountid
string
必需
默认值:
{{accountId}}
X-GW-Router-Addr
string
必需
默认值:
{{X-GW-Router-Addr}}
Body 参数application/json
operation
string
操作参数
formid
string
当前单据标识
push
string
目标单单据标识
billdata
object
必需
id
string
当前单据id
示例
{
"operation": "push",
"formid": "mxoc_om_materialslist",
"push": "mxoc_om_pickmtrl",
"billdata": {
"id": "1504371174744804353"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/mxoc_om_ext/om_operate?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operation": "push",
"formid": "mxoc_om_materialslist",
"push": "mxoc_om_pickmtrl",
"billdata": {
"id": "1504371174744804353"
}
}'
返回响应
🟢200下推成功
application/json
Body
success
boolean
响应状态
data
object
数据
id
string
单据id
billdate
string
单据时间
billno
string
单据编号
billstatus
string
审核状态
createtime
string
创建时间
mxoc_fmateriel_id
string
物料id
mxoc_fmateriel_name
string
物料名称
mxoc_fmateriel_number
string
物料编码
mxoc_fmateriel_helpcode
string
物料助记码
mxoc_fmateriel_model
string
物料规格型号
mxoc_busstatus
string
订单状态
currencyid_name
string
币别名称
currencyid_id
string
币别id
currencyid_number
string
币别编码
mxoc_pickingusernew_id
string
发料人id
mxoc_pickingusernew_number
string
发 料人编码
mxoc_pickingusernew_name
string
发料人名称
mxoc_supplierid_number
string