POST api/HotSalesStatistics/DownloadDetail

Request Information

URI Parameters

None.

Body Parameters

HotSalesStatisticsGetDetailReq
NameDescriptionTypeAdditional information
Id

string

None.

PlatformTypes

Collection of PlatformType

None.

ShopIds

Collection of integer

None.

CountryCodes

Collection of string

None.

ReportType

ReportTypeEnum

None.

Periodic

ReportPeriodicEnum

None.

Currency

CurrencyTypeEnum

None.

BrushOrderType

BrushOrderTypeEnum

None.

StartTime

date

None.

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "PlatformTypes": [
    0,
    0
  ],
  "ShopIds": [
    1,
    2
  ],
  "CountryCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "ReportType": 0,
  "Periodic": 0,
  "Currency": 0,
  "BrushOrderType": 0,
  "StartTime": "2026-08-11 21:22:31",
  "EndTime": "2026-08-11 21:22:31"
}

application/xml, text/xml

Sample:
<HotSalesStatisticsGetDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.HotSalesStatistics">
  <BrushOrderType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">Normal</BrushOrderType>
  <CountryCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">
    <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.SalesStatistics">CNY</Currency>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">2026-08-11T21:22:31.9149394+08:00</EndTime>
  <Id xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">sample string 1</Id>
  <Periodic xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">Day</Periodic>
  <PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
  </PlatformTypes>
  <ReportType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">OnlineProductId</ReportType>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <StartTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">2026-08-11T21:22:31.9149394+08:00</StartTime>
</HotSalesStatisticsGetDetailReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.