POST api/StorehouseSettle/LocalProductDownload

Request Information

URI Parameters

None.

Body Parameters

StorehouseSettleLocalProductReportReq
NameDescriptionTypeAdditional information
Skus

Collection of string

None.

Names

Collection of string

None.

ProductIds

Collection of globally unique identifier

None.

StartTime

date

None.

EndTime

date

None.

Currency

string

None.

ShopIds

Collection of integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Skus": [
    "sample string 1",
    "sample string 2"
  ],
  "Names": [
    "sample string 1",
    "sample string 2"
  ],
  "ProductIds": [
    "0a13fa4f-37fd-4cf6-8cc3-edf3fcd4e49f",
    "4dbd2cce-f48b-4cac-9ca4-3fe38cc5cdc1"
  ],
  "StartTime": "2026-08-11 21:22:36",
  "EndTime": "2026-08-11 21:22:36",
  "Currency": "sample string 3",
  "ShopIds": [
    1,
    2
  ],
  "PageIndex": 4,
  "PageSize": 5
}

application/xml, text/xml

Sample:
<StorehouseSettleLocalProductReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.StorehouseSettle">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">5</PageSize>
  <Currency>sample string 3</Currency>
  <EndTime>2026-08-11T21:22:36.2652895+08:00</EndTime>
  <Names xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Names>
  <ProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>0a13fa4f-37fd-4cf6-8cc3-edf3fcd4e49f</d2p1:guid>
    <d2p1:guid>4dbd2cce-f48b-4cac-9ca4-3fe38cc5cdc1</d2p1:guid>
  </ProductIds>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <Skus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Skus>
  <StartTime>2026-08-11T21:22:36.2652895+08:00</StartTime>
</StorehouseSettleLocalProductReportReq>

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.