GET api/MallOrder/ExportAdminOrder?OrderId={OrderId}&ProductName={ProductName}&ProductId={ProductId}&SettleId={SettleId}&ShopName={ShopName}&OrderTimeFrom={OrderTimeFrom}&OrderTimeTo={OrderTimeTo}&BuyerName={BuyerName}&BuyerContact={BuyerContact}&DistributorName={DistributorName}&IsDistribution={IsDistribution}&OrderStatus={OrderStatus}&CashOutId={CashOutId}

后台 - 导出订单数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单标识

string

None.

ProductName

产品名称

string

None.

ProductId

产品标识

integer

None.

SettleId

分销结算申请标识

integer

None.

ShopName

商户名称

string

None.

OrderTimeFrom

下单时间起始

date

None.

OrderTimeTo

下单时间截止

date

None.

BuyerName

买家姓名

string

None.

BuyerContact

买家联系方式

string

None.

DistributorName

分销人姓名

string

None.

IsDistribution

是否是只看分销订单

boolean

None.

OrderStatus

订单状态

MallOrderStatusType

None.

CashOutId

商家提现单标识

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 导出订单数据

boolean

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>