POST api/OrderASNReceive_Reversal
预入库冲销
Request Information
URI Parameters
None.
Body Parameters
OrderASNInfoDetailQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex |
页码 |
integer |
None. |
| PageSize |
条数 |
integer |
None. |
| KeyWords |
关键字搜索 |
string |
None. |
| ASNID |
预入库单号 |
string |
None. |
| PurchaseOrderID |
采购订单号 |
string |
None. |
| InvCode |
物料编号 |
string |
None. |
| BrandName |
品牌 |
string |
None. |
| InvName |
物料名称 |
string |
None. |
| MaterialTypeName |
物料类型 |
string |
None. |
| InvShotName |
物料简称 |
string |
None. |
| SellCompanyName |
供应商 |
string |
None. |
| CertificateName |
注册证号 |
string |
None. |
| DINum |
DI码 |
string |
None. |
| ManuPartNum |
原厂编号 |
string |
None. |
| OrigFactory |
生产厂家 |
string |
None. |
| BeginDate |
查询起始日期:匹配规则>= |
date |
None. |
| EndDate | date |
None. |
|
| CompanyID |
公司(集团)编号 |
integer |
None. |
| InStockOrderID |
入库单号 |
string |
None. |
| OperationNickName |
操作人 |
string |
None. |
| ExportType |
导出类型 0:全部 1:按已选 |
integer |
None. |
| SelectIDList |
选中IDX |
Collection of integer |
None. |
| FieldStr |
人员字段显示字符串 |
string |
None. |
| MaterialRefCompanyID |
物料id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"KeyWords": "sample string 3",
"ASNID": "sample string 4",
"PurchaseOrderID": "sample string 5",
"InvCode": "sample string 6",
"BrandName": "sample string 7",
"InvName": "sample string 8",
"MaterialTypeName": "sample string 9",
"InvShotName": "sample string 10",
"SellCompanyName": "sample string 11",
"CertificateName": "sample string 12",
"DINum": "sample string 13",
"ManuPartNum": "sample string 14",
"OrigFactory": "sample string 15",
"BeginDate": "2026-04-05 22:37:54",
"EndDate": "2026-04-05 22:37:54",
"CompanyID": 16,
"InStockOrderID": "sample string 17",
"OperationNickName": "sample string 18",
"ExportType": 19,
"SelectIDList": [
1,
2
],
"FieldStr": "sample string 20",
"MaterialRefCompanyID": 21
}
application/xml, text/xml
Sample:
<OrderASNInfoDetailQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.StockManager">
<ASNID>sample string 4</ASNID>
<BeginDate>2026-04-05T22:37:54.8531418+08:00</BeginDate>
<BrandName>sample string 7</BrandName>
<CertificateName>sample string 12</CertificateName>
<CompanyID>16</CompanyID>
<DINum>sample string 13</DINum>
<EndDate>2026-04-05T22:37:54.8531418+08:00</EndDate>
<ExportType>19</ExportType>
<FieldStr>sample string 20</FieldStr>
<InStockOrderID>sample string 17</InStockOrderID>
<InvCode>sample string 6</InvCode>
<InvName>sample string 8</InvName>
<InvShotName>sample string 10</InvShotName>
<KeyWords>sample string 3</KeyWords>
<ManuPartNum>sample string 14</ManuPartNum>
<MaterialRefCompanyID>21</MaterialRefCompanyID>
<MaterialTypeName>sample string 9</MaterialTypeName>
<OperationNickName>sample string 18</OperationNickName>
<OrigFactory>sample string 15</OrigFactory>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<PurchaseOrderID>sample string 5</PurchaseOrderID>
<SelectIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SelectIDList>
<SellCompanyName>sample string 11</SellCompanyName>
</OrderASNInfoDetailQuery>
Response Information
Resource Description
预入库冲销
ApiRet| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"RetCode": "sample string 1",
"RetMsg": "sample string 2",
"Message": {},
"Total": 4,
"TotalPage": 5,
"Redirect": "sample string 6",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:37:54",
"IDX": 9,
"DelFlag": 10,
"PageIndex": 11,
"PageSize": 12
}
application/xml, text/xml
Sample:
<ApiRet 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>10</_x003C_DelFlag_x003E_k__BackingField> <_x003C_IDX_x003E_k__BackingField>9</_x003C_IDX_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField> <CurrentTime>2026-04-05T22:37:54.8531418+08:00</CurrentTime> <FieldStr /> <Message /> <Redirect>sample string 6</Redirect> <RetCode>sample string 1</RetCode> <RetMsg>sample string 2</RetMsg> <Total>4</Total> <TotalPage>5</TotalPage> </ApiRet>