- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
工序保存接口
POST
https://api.kingdee.com/mxocminimes/mxoc_pdm/ProcessOpApi
请求参数
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
params
object
必需
operate
string
操作标识
datainfo
object
必需
示例
{
"params": {
"operate": "save",
"datainfo": {
"modifier_name": "",
"mxoc_priceprocess": "0",
"modifytime": "2025-01-14 14:16:52",
"mxoc_currency_name": "人民币测试",
"mxoc_associatedprocess": false,
"mxoc_auditor_name": "",
"mxoc_unit_number": "",
"mxoc_currency_number": "1",
"mxoc_unit_name": "",
"mxoc_groupentry_id": "0",
"number": "-0307",
"masterid": "0",
"mxoc_currency_priceprecision": "7",
"entryentity": [],
"enable": "",
"mxoc_unit_id": "0",
"mxoc_auxcoefficient": "0",
"mxoc_explain": "",
"id": "0",
"modifier_number": "",
"mxoc_auditdate": "",
"creator_number": "",
"createtime": "2025-01-14 14:16:52",
"mxoc_auditor_number": "",
"group_name": "",
"mxoc_auxunit_id": "0",
"mxoc_currency_id": "1297339258264157184",
"mxoc_currency_amtprecision": "8",
"mxoc_control": "",
"mxoc_auxunit_number": "",
"group_id": "0",
"group_number": "",
"mxoc_auxunit_name": "",
"name": null,
"creator_id": "0",
"modifier_id": "0",
"mxoc_hourlyprice": "0",
"mxoc_auditor_id": "0",
"creator_name": "",
"mxoc_groupentry_name": "",
"mxoc_groupentry_number": "",
"status": "A"
}
}
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kingdee.com/mxocminimes/mxoc_pdm/ProcessOpApi?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"operate": "save",
"datainfo": {
"modifier_name": "",
"mxoc_priceprocess": "0",
"modifytime": "2025-01-14 14:16:52",
"mxoc_currency_name": "人民币测试",
"mxoc_associatedprocess": false,
"mxoc_auditor_name": "",
"mxoc_unit_number": "",
"mxoc_currency_number": "1",
"mxoc_unit_name": "",
"mxoc_groupentry_id": "0",
"number": "-0307",
"masterid": "0",
"mxoc_currency_priceprecision": "7",
"entryentity": [],
"enable": "",
"mxoc_unit_id": "0",
"mxoc_auxcoefficient": "0",
"mxoc_explain": "",
"id": "0",
"modifier_number": "",
"mxoc_auditdate": "",
"creator_number": "",
"createtime": "2025-01-14 14:16:52",
"mxoc_auditor_number": "",
"group_name": "",
"mxoc_auxunit_id": "0",
"mxoc_currency_id": "1297339258264157184",
"mxoc_currency_amtprecision": "8",
"mxoc_control": "",
"mxoc_auxunit_number": "",
"group_id": "0",
"group_number": "",
"mxoc_auxunit_name": "",
"name": null,
"creator_id": "0",
"modifier_id": "0",
"mxoc_hourlyprice": "0",
"mxoc_auditor_id": "0",
"creator_name": "",
"mxoc_groupentry_name": "",
"mxoc_groupentry_number": "",
"status": "A"
}
}
}
}'
返回响应
🟢200成功
application/json
Body
string
可选
示例
{
"data": {
"datainfo": [
"2127676881590299648"
]
},
"errorCode": "0",
"message": null,
"status": true
}
🟢200异常示例