POST api/QueryOrderASNInfoListWithOrder
获取商品入库-按订单查询
Request Information
URI Parameters
None.
Body Parameters
搜索条件
OrderASNInfoQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex |
页码 |
integer |
None. |
| PageSize |
条数 |
integer |
None. |
| KeyWords |
关键字搜索 |
string |
None. |
| ASNID |
预入库单号 |
string |
None. |
| PurchaseOrderID |
采购订单号 |
string |
None. |
| CustomerCompanyName |
送达方 |
string |
None. |
| SellCompanyName |
供应商 |
string |
None. |
| ExpressNo |
物流单号 |
string |
None. |
| BeginDate |
查询起始日期:匹配规则>= |
date |
None. |
| EndDate | date |
None. |
|
| CompanyID |
公司(集团)编号 |
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",
"CustomerCompanyName": "sample string 6",
"SellCompanyName": "sample string 7",
"ExpressNo": "sample string 8",
"BeginDate": "2026-04-05 22:30:38",
"EndDate": "2026-04-05 22:30:38",
"CompanyID": 9
}
application/xml, text/xml
Sample:
<OrderASNInfoQuery 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:30:38.0344023+08:00</BeginDate> <CompanyID>9</CompanyID> <CustomerCompanyName>sample string 6</CustomerCompanyName> <EndDate>2026-04-05T22:30:38.0344023+08:00</EndDate> <ExpressNo>sample string 8</ExpressNo> <KeyWords>sample string 3</KeyWords> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <PurchaseOrderID>sample string 5</PurchaseOrderID> <SellCompanyName>sample string 7</SellCompanyName> </OrderASNInfoQuery>
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:30:38",
"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:30:38.0510808+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>