POST api/LzdShopBill/DownloadBillDetail

Request Information

URI Parameters

None.

Body Parameters

ShopBillDetailReq
NameDescriptionTypeAdditional information
ShopIds

Collection of integer

None.

StartTime

date

None.

EndTime

date

None.

PlatformTypes

Collection of PlatformType

None.

OnlineDetailBillId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopIds": [
    1,
    2
  ],
  "StartTime": "2026-08-11 21:56:49",
  "EndTime": "2026-08-11 21:56:49",
  "PlatformTypes": [
    0,
    0
  ],
  "OnlineDetailBillId": "sample string 1",
  "PageIndex": 2,
  "PageSize": 3
}

application/xml, text/xml

Sample:
<ShopBillDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.OrderProfit">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageSize>
  <EndTime>2026-08-11T21:56:49.6866817+08:00</EndTime>
  <OnlineDetailBillId>sample string 1</OnlineDetailBillId>
  <PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
  </PlatformTypes>
  <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:49.6866817+08:00</StartTime>
</ShopBillDetailReq>

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.