POST api/SalesStatistics/DownloadDetail

Request Information

URI Parameters

None.

Body Parameters

SalesStatisticsGetDetailReq
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:56:04",
  "EndTime": "2026-08-11 21:56:04"
}

application/xml, text/xml

Sample:
<SalesStatisticsGetDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.SalesStatistics">
  <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>
  <EndTime>2026-08-11T21:56:04.1197843+08:00</EndTime>
  <Id>sample string 1</Id>
  <Periodic>Day</Periodic>
  <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>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <StartTime>2026-08-11T21:56:04.1197843+08:00</StartTime>
</SalesStatisticsGetDetailReq>

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.