POST api/ProductProfit/DownloadDetail
Request Information
URI Parameters
None.
Body Parameters
ProductProfitDetailReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| PlatformTypes | Collection of PlatformType |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| ShopId | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Currency | CurrencyTypeEnum |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| ReportType | ReportProfitTypeEnum |
None. |
|
| Periodic | ReportPeriodicEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"PlatformTypes": [
0,
0
],
"ShopIds": [
1,
2
],
"ShopId": 2,
"WarehouseId": 1,
"StartTime": "2026-08-11 21:57:03",
"EndTime": "2026-08-11 21:57:03",
"Currency": 0,
"BrushOrderType": 0,
"ReportType": 0,
"Periodic": 0
}
application/xml, text/xml
Sample:
<ProductProfitDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Warehouse">
<BrushOrderType>Normal</BrushOrderType>
<Currency>CNY</Currency>
<EndTime>2026-08-11T21:57:03.0166766+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>Sku</ReportType>
<ShopId>2</ShopId>
<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:57:03.0166766+08:00</StartTime>
<WarehouseId>1</WarehouseId>
</ProductProfitDetailReq>
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.