POST api/MateriaklExportWarehouselist
商品出库列表
Request Information
URI Parameters
None.
Body Parameters
StockDeliveryInfoQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
当前公司 |
integer |
None. |
| PageIndex |
页码 |
integer |
None. |
| PageSize |
每页显示 |
integer |
None. |
| SelectType |
按纬度查询:1:待处理,2:已完成 |
integer |
None. |
| KeyWords |
模糊搜索关键字 |
string |
None. |
| DeliveryId |
交货单号 |
string |
None. |
| StockOutId |
出库单号 |
string |
None. |
| OrderId |
销售订单号 |
string |
None. |
| OrderStartDate |
订单时间-开始 |
string |
None. |
| OrderEndDate |
订单时间-结束 |
string |
None. |
| BuyCompanyName |
订货单位 |
string |
None. |
| SendCompanyName |
送达单位 |
string |
None. |
| Operater |
操作人 |
string |
None. |
| Logistics |
物流单号 |
string |
None. |
| DeliveryStartDate |
出库时间-开始 |
string |
None. |
| DeliveryEndDate |
出库时间-结束 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"PageIndex": 2,
"PageSize": 3,
"SelectType": 4,
"KeyWords": "sample string 5",
"DeliveryId": "sample string 6",
"StockOutId": "sample string 7",
"OrderId": "sample string 8",
"OrderStartDate": "sample string 9",
"OrderEndDate": "sample string 10",
"BuyCompanyName": "sample string 11",
"SendCompanyName": "sample string 12",
"Operater": "sample string 13",
"Logistics": "sample string 14",
"DeliveryStartDate": "sample string 15",
"DeliveryEndDate": "sample string 16"
}
application/xml, text/xml
Sample:
<StockDeliveryInfoQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.StockManager"> <BuyCompanyName>sample string 11</BuyCompanyName> <CompanyId>1</CompanyId> <DeliveryEndDate>sample string 16</DeliveryEndDate> <DeliveryId>sample string 6</DeliveryId> <DeliveryStartDate>sample string 15</DeliveryStartDate> <KeyWords>sample string 5</KeyWords> <Logistics>sample string 14</Logistics> <Operater>sample string 13</Operater> <OrderEndDate>sample string 10</OrderEndDate> <OrderId>sample string 8</OrderId> <OrderStartDate>sample string 9</OrderStartDate> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <SelectType>4</SelectType> <SendCompanyName>sample string 12</SendCompanyName> <StockOutId>sample string 7</StockOutId> </StockDeliveryInfoQuery>
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:41:02",
"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:41:02.5254719+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>