GET api/MallOrder/ExportAdminOrder
后台 - 导出订单数据
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderNumber |
商城订单号 |
string |
None. |
| ProductName |
产品名称 |
string |
None. |
| ProductId |
产品标识 |
integer |
None. |
| ShopName |
商户名称 |
string |
None. |
| OrderTimeFrom |
下单时间起始 |
date |
None. |
| OrderTimeTo |
下单时间截止 |
date |
None. |
| BuyerName |
买家姓名 |
string |
None. |
| BuyerContact |
买家联系方式 |
string |
None. |
| DistributorName |
分销人姓名 |
string |
None. |
| IsOnlyDistribution |
是否是只看分销订单 |
boolean |
None. |
| OrderStatus |
订单状态 |
MallOrderStatusType |
None. |
| OrderIds |
订单标识集合 |
Collection of integer |
None. |
| OrderDetailIds |
订单行标识集合 |
Collection of integer |
None. |
| BuyerUserId |
购买人用户标识 |
integer |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 导出订单数据
booleanResponse Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>