POST api/SalesStatistics/DownloadReport
Request Information
URI Parameters
None.
Body Parameters
SalesStatisticsQueryReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Periodic | ReportPeriodicEnum |
None. |
|
| DataType | SalesStatisticsReportDataTypeEnum |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Sort | SearchSort |
None. |
|
| 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. |
|
| IsLike | boolean |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Periodic": 0,
"DataType": 0,
"StartTime": "2026-08-11 21:56:56",
"EndTime": "2026-08-11 21:56:56",
"Sort": {
"Field": "sample string 1",
"IsDesc": true
},
"PlatformTypes": [
0,
0
],
"ShopIds": [
1,
2
],
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"Currency": 0,
"ReportType": 0,
"SearchField": 0,
"SearchValue": "sample string 3",
"IsLike": true,
"BrushOrderType": 0,
"PageIndex": 5,
"PageSize": 6
}
application/xml, text/xml
Sample:
<SalesStatisticsQueryReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">5</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">6</PageSize>
<BrushOrderType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">Normal</BrushOrderType>
<CountryCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CountryCodes>
<Currency xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">CNY</Currency>
<IsLike xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">true</IsLike>
<PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
</PlatformTypes>
<ReportType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">OnlineProductId</ReportType>
<SearchField xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">OnlineProductId</SearchField>
<SearchValue xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">sample string 3</SearchValue>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<DataType>Sales</DataType>
<EndTime>2026-08-11T21:56:56.0108626+08:00</EndTime>
<Periodic>Day</Periodic>
<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>
<StartTime>2026-08-11T21:56:56.0108626+08:00</StartTime>
</SalesStatisticsQueryReq>
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.