POST api/ProductProfit/DownloadReport

Request Information

URI Parameters

None.

Body Parameters

ProductProfitQueryReq
NameDescriptionTypeAdditional information
PlatformTypes

Collection of PlatformType

None.

ShopIds

Collection of integer

None.

WarehouseId

integer

None.

StartTime

date

None.

EndTime

date

None.

Currency

CurrencyTypeEnum

None.

ReportType

ReportProfitTypeEnum

None.

SearchField

ProductProfitSearchFieldEnum

None.

BrushOrderType

BrushOrderTypeEnum

None.

SearchValue

string

None.

IsLike

boolean

None.

Sort

SearchSort

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PlatformTypes": [
    0,
    0
  ],
  "ShopIds": [
    1,
    2
  ],
  "WarehouseId": 1,
  "StartTime": "2026-08-11 21:57:09",
  "EndTime": "2026-08-11 21:57:09",
  "Currency": 0,
  "ReportType": 0,
  "SearchField": 0,
  "BrushOrderType": 0,
  "SearchValue": "sample string 3",
  "IsLike": true,
  "Sort": {
    "Field": "sample string 1",
    "IsDesc": true
  },
  "PageIndex": 6,
  "PageSize": 7
}

application/xml, text/xml

Sample:
<ProductProfitQueryReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Warehouse">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">6</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">7</PageSize>
  <BrushOrderType>Normal</BrushOrderType>
  <Currency>CNY</Currency>
  <EndTime>2026-08-11T21:57:09.391443+08:00</EndTime>
  <IsExport>true</IsExport>
  <IsLike>true</IsLike>
  <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>
  <SearchField>Sku</SearchField>
  <SearchValue>sample string 3</SearchValue>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <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:57:09.391443+08:00</StartTime>
  <WarehouseId>1</WarehouseId>
</ProductProfitQueryReq>

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.