POST api/StockOutLogByMaterialExport
导出出库记录
Request Information
URI Parameters
None.
Body Parameters
StockOutLogByMaterialExportParams| Name | Description | Type | Additional information |
|---|---|---|---|
| StockOutId |
出库单号 |
string |
None. |
| KeyWords |
搜索关键字 |
string |
None. |
| DeliveryID |
出库单号 |
string |
None. |
| StockOutDateStart |
出库起始时间 |
string |
None. |
| StockOutDateEnd |
出库结束时间 |
string |
None. |
| OrderID |
采购单号 |
string |
None. |
| InvCode |
物料编号 |
string |
None. |
| BrandName |
品牌名称 |
string |
None. |
| InvName |
物料名称 |
string |
None. |
| MaterialTypeName |
物料类型 |
string |
None. |
| NickName |
物料昵称 |
string |
None. |
| SellCompanyName |
供应商 |
string |
None. |
| RegisterNo |
z注册证号 |
string |
None. |
| DINum |
DI码 |
string |
None. |
| LotNum |
批号 |
string |
None. |
| Writer |
操作人ID |
string |
None. |
| BuyCompanyName |
售达方 |
string |
None. |
| SendCompanyName |
送达方 |
string |
None. |
| IDX |
序列号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StockOutId": "sample string 1",
"KeyWords": "sample string 2",
"DeliveryID": "sample string 3",
"StockOutDateStart": "sample string 4",
"StockOutDateEnd": "sample string 5",
"OrderID": "sample string 6",
"InvCode": "sample string 7",
"BrandName": "sample string 8",
"InvName": "sample string 9",
"MaterialTypeName": "sample string 10",
"NickName": "sample string 11",
"SellCompanyName": "sample string 12",
"RegisterNo": "sample string 13",
"DINum": "sample string 14",
"LotNum": "sample string 15",
"Writer": "sample string 16",
"BuyCompanyName": "sample string 17",
"SendCompanyName": "sample string 18",
"IDX": "sample string 19"
}
application/xml, text/xml
Sample:
<StockOutLogByMaterialExportParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models"> <BrandName>sample string 8</BrandName> <BuyCompanyName>sample string 17</BuyCompanyName> <DINum>sample string 14</DINum> <DeliveryID>sample string 3</DeliveryID> <IDX>sample string 19</IDX> <InvCode>sample string 7</InvCode> <InvName>sample string 9</InvName> <KeyWords>sample string 2</KeyWords> <LotNum>sample string 15</LotNum> <MaterialTypeName>sample string 10</MaterialTypeName> <NickName>sample string 11</NickName> <OrderID>sample string 6</OrderID> <RegisterNo>sample string 13</RegisterNo> <SellCompanyName>sample string 12</SellCompanyName> <SendCompanyName>sample string 18</SendCompanyName> <StockOutDateEnd>sample string 5</StockOutDateEnd> <StockOutDateStart>sample string 4</StockOutDateStart> <StockOutId>sample string 1</StockOutId> <Writer>sample string 16</Writer> </StockOutLogByMaterialExportParams>
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:31:39",
"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:31:39.9338236+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>