POST api/ShopSalesAnalysis/DownloadShopReportDetail
Request Information
URI Parameters
None.
Body Parameters
ShopSalesAnalysisReportDetailReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | CurrencyTypeEnum |
None. |
|
| CountryCodes | Collection of string |
None. |
|
| ShopId | integer |
None. |
|
| Periodic | ReportPeriodicEnum |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": 0,
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"ShopId": 1,
"Periodic": 0,
"BrushOrderType": 0,
"StartTime": "2026-08-11 21:22:34",
"EndTime": "2026-08-11 21:22:34"
}
application/xml, text/xml
Sample:
<ShopSalesAnalysisReportDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop.ShopAnalysis">
<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:22:34.3237421+08:00</EndTime>
<Periodic>Day</Periodic>
<ShopId>1</ShopId>
<StartTime>2026-08-11T21:22:34.3237421+08:00</StartTime>
</ShopSalesAnalysisReportDetailReq>
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.