Http方法:POST
路由:api/Sale_Order/DeleteOrderList
根据订单明细ID删除明细
请求参数
参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
Order_Id |
订单ID |
integer |
Required |
OrderList_Id |
明细ID |
integer |
Required |
返回响应信息
根据订单明细ID删除明细
ResultInfo参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
Result |
是否成功 |
boolean |
None |
State |
状态 |
string |
None |
Dynamic |
动态附加属性 |
Object |
None |
Msg |
提示信息 |
string |
None |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "State": "sample string 2", "Dynamic": {}, "Msg": "sample string 4" }