POST api/ClearOrderLotNo
一键清空批号
Request Information
URI Parameters
None.
Body Parameters
OrderIDCommonParam| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID |
订单编号 |
string |
None. |
| OrderGuid | string |
None. |
|
| partIDs |
选中的拆分行id |
string |
None. |
| PartID |
拆分行id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "sample string 1",
"OrderGuid": "sample string 2",
"partIDs": "sample string 3",
"PartID": 4
}
application/xml, text/xml
Sample:
<OrderIDCommonParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models"> <OrderGuid>sample string 2</OrderGuid> <OrderID>sample string 1</OrderID> <PartID>4</PartID> <partIDs>sample string 3</partIDs> </OrderIDCommonParam>
Response Information
Resource Description
一键清空批号
OrderApiRet| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderGuid | string |
None. |
|
| RetCode |
状态码 |
string |
None. |
| RetMsg |
状态描述 |
string |
None. |
| Message |
数据实体 |
Object |
None. |
| Total |
查询结果所有页的总条数 |
integer |
None. |
| TotalPage |
总页数 |
integer |
None. |
| Redirect |
需重定向的地址 |
string |
None. |
| FieldStr |
列表字段管理 |
Object |
None. |
| CurrentTime |
当前时间 |
date |
None. |
| IDX |
主键 |
integer |
None. |
| DelFlag |
删除标识 0未删除 1:已删除 |
integer |
None. |
| PageIndex |
列表请求参数 |
integer |
None. |
| PageSize |
列表请求参数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrderGuid": "sample string 1",
"RetCode": "sample string 2",
"RetMsg": "sample string 3",
"Message": {},
"Total": 5,
"TotalPage": 6,
"Redirect": "sample string 7",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:36:37",
"IDX": 10,
"DelFlag": 11,
"PageIndex": 12,
"PageSize": 13
}
application/xml, text/xml
Sample:
<OrderApiRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.Common"> <_x003C_DelFlag_x003E_k__BackingField>11</_x003C_DelFlag_x003E_k__BackingField> <_x003C_IDX_x003E_k__BackingField>10</_x003C_IDX_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>12</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>13</_x003C_PageSize_x003E_k__BackingField> <CurrentTime>2026-04-05T22:36:37.9234381+08:00</CurrentTime> <FieldStr /> <Message /> <Redirect>sample string 7</Redirect> <RetCode>sample string 2</RetCode> <RetMsg>sample string 3</RetMsg> <Total>5</Total> <TotalPage>6</TotalPage> <OrderGuid>sample string 1</OrderGuid> </OrderApiRet>