POST api/TikShopBill/DownloadBillDetail
Request Information
URI Parameters
None.
Body Parameters
ShopBillDetailReq| Name | Description | Type | Additional 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:22:33",
"EndTime": "2026-08-11 21:22:33",
"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:22:33.1184174+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:22:33.1184174+08:00</StartTime>
</ShopBillDetailReq>
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.