POST api/HotSalesStatistics/DownloadReport
Request Information
URI Parameters
None.
Body Parameters
HotSalesStatisticsQueryReq| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatformTypes | Collection of PlatformType |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| CountryCodes | Collection of string |
None. |
|
| Currency | CurrencyTypeEnum |
None. |
|
| ReportType | ReportTypeEnum |
None. |
|
| SearchField | ReportSearchFieldEnum |
None. |
|
| SearchValue | string |
None. |
|
| HotSaleType | ReportHotSaleTypeEnum |
None. |
|
| Sort | SearchSort |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlatformTypes": [
0,
0
],
"ShopIds": [
1,
2
],
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"Currency": 0,
"ReportType": 0,
"SearchField": 0,
"SearchValue": "sample string 1",
"HotSaleType": "New",
"Sort": {
"Field": "sample string 1",
"IsDesc": true
},
"BrushOrderType": 0,
"PageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<HotSalesStatisticsQueryReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.HotSalesStatistics">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageSize>
<BrushOrderType>Normal</BrushOrderType>
<CountryCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CountryCodes>
<Currency>CNY</Currency>
<HotSaleType>New</HotSaleType>
<PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
</PlatformTypes>
<ReportType>OnlineProductId</ReportType>
<SearchField>OnlineProductId</SearchField>
<SearchValue>sample string 1</SearchValue>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<Sort xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
<d2p1:Field>sample string 1</d2p1:Field>
<d2p1:IsDesc>true</d2p1:IsDesc>
</Sort>
</HotSalesStatisticsQueryReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.