POST api/StockOutLogByStockOutOrder

出库记录-通过出库单

Request Information

URI Parameters

None.

Body Parameters

请求对象

StockOutLogByStockOutOrderParams
NameDescriptionTypeAdditional information
KeyWords

搜索关键字

string

None.

StockOutDateStart

出库起始时间

string

None.

StockOutDateEnd

出库结束时间

string

None.

OrderID

销售单号

string

None.

StockOutID

出库单号

string

None.

DeliveryID

交货单号

string

None.

BuyCompanyName

string

None.

SendCompanyName

送达方

string

None.

StockOutType

出库类型

integer

None.

PageIndex

页码

string

None.

PageSize

每页显示

string

None.

Request Formats

application/json, text/json

Sample:
{
  "KeyWords": "sample string 1",
  "StockOutDateStart": "sample string 2",
  "StockOutDateEnd": "sample string 3",
  "OrderID": "sample string 4",
  "StockOutID": "sample string 5",
  "DeliveryID": "sample string 6",
  "BuyCompanyName": "sample string 7",
  "SendCompanyName": "sample string 8",
  "StockOutType": 9,
  "PageIndex": "sample string 10",
  "PageSize": "sample string 11"
}

application/xml, text/xml

Sample:
<StockOutLogByStockOutOrderParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models">
  <BuyCompanyName>sample string 7</BuyCompanyName>
  <DeliveryID>sample string 6</DeliveryID>
  <KeyWords>sample string 1</KeyWords>
  <OrderID>sample string 4</OrderID>
  <PageIndex>sample string 10</PageIndex>
  <PageSize>sample string 11</PageSize>
  <SendCompanyName>sample string 8</SendCompanyName>
  <StockOutDateEnd>sample string 3</StockOutDateEnd>
  <StockOutDateStart>sample string 2</StockOutDateStart>
  <StockOutID>sample string 5</StockOutID>
  <StockOutType>9</StockOutType>
</StockOutLogByStockOutOrderParams>

Response Information

Resource Description

出库记录-通过出库单

ApiRet
NameDescriptionTypeAdditional 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:55",
  "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:55.2145504+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>