订单中止和恢复
ParamKey字段: orderover
ParamJson字段:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| number | 条件必填 | string | 订单单据编号 |
| vchcode | 条件必填 | int | 订单对应的vchcode |
| vchtype | 条件必填 | int | 单据类型,销售订单为151,采购订单为150 |
| overtype | 否 | int | 恢复还是中止,0为恢复,1为中止 |
接口状态
已完成
接口URL
http://localhost:45100/api/GraspServer/Process
请求方式
POST
Content-Type
urlencoded
成功响应示例
{
"code": "0",
"message": "",
"pagecount": 4,
"response": [
{
"rownum": 1,
"rec": 3,
"typeid": "00002",
"usercode": "002",
"fullname": "车间002",
"namepy": "CJ002",
"comment": ""
},
{
"rownum": 2,
"rec": 4,
"typeid": "00003",
"usercode": "003",
"fullname": "车间003",
"namepy": "CJ003",
"comment": ""
},
{
"rownum": 3,
"rec": 5,
"typeid": "00004",
"usercode": "004",
"fullname": "车间004",
"namepy": "CJ004",
"comment": ""
},
{
"rownum": 4,
"rec": 6,
"typeid": "00005",
"usercode": "005",
"fullname": "车间005",
"namepy": "CJ005",
"comment": ""
}
]
}