POST api/TikShopBill/GetBillDetail
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:32",
"EndTime": "2026-08-11 21:22:32",
"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:32.9068835+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:32.9068835+08:00</StartTime>
</ShopBillDetailReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfPageListModelOfShopBillDetailRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfShopBillDetailRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"Id": 1,
"ShopId": 2,
"ShopName": "sample string 3",
"OrderTotal": 4,
"SettledAmount": 5.0,
"CNYSettledAmount": 6.0,
"Currency": "sample string 7",
"SettledTime": "2026-08-11 21:22:32",
"BillPeriod": "sample string 9",
"OnlineDetailBillId": "sample string 10",
"ChannelName": "sample string 11"
},
{
"Id": 1,
"ShopId": 2,
"ShopName": "sample string 3",
"OrderTotal": 4,
"SettledAmount": 5.0,
"CNYSettledAmount": 6.0,
"Currency": "sample string 7",
"SettledTime": "2026-08-11 21:22:32",
"BillPeriod": "sample string 9",
"OnlineDetailBillId": "sample string 10",
"ChannelName": "sample string 11"
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}
application/xml, text/xml
Sample:
<ResponseResultOfPageListModelOfShopBillDetailResfbzXuNbUG0fLBEQf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Common">
<d2p1:PageIndex>2</d2p1:PageIndex>
<d2p1:PageSize>3</d2p1:PageSize>
<d2p1:Rows xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.OrderProfit">
<d3p1:ShopBillDetailRes>
<d3p1:BillPeriod>sample string 9</d3p1:BillPeriod>
<d3p1:CNYSettledAmount>6</d3p1:CNYSettledAmount>
<d3p1:ChannelName>sample string 11</d3p1:ChannelName>
<d3p1:Currency>sample string 7</d3p1:Currency>
<d3p1:Id>1</d3p1:Id>
<d3p1:OnlineDetailBillId>sample string 10</d3p1:OnlineDetailBillId>
<d3p1:OrderTotal>4</d3p1:OrderTotal>
<d3p1:SettledAmount>5</d3p1:SettledAmount>
<d3p1:SettledTime>2026-08-11T21:22:32.9166688+08:00</d3p1:SettledTime>
<d3p1:ShopId>2</d3p1:ShopId>
<d3p1:ShopName>sample string 3</d3p1:ShopName>
</d3p1:ShopBillDetailRes>
<d3p1:ShopBillDetailRes>
<d3p1:BillPeriod>sample string 9</d3p1:BillPeriod>
<d3p1:CNYSettledAmount>6</d3p1:CNYSettledAmount>
<d3p1:ChannelName>sample string 11</d3p1:ChannelName>
<d3p1:Currency>sample string 7</d3p1:Currency>
<d3p1:Id>1</d3p1:Id>
<d3p1:OnlineDetailBillId>sample string 10</d3p1:OnlineDetailBillId>
<d3p1:OrderTotal>4</d3p1:OrderTotal>
<d3p1:SettledAmount>5</d3p1:SettledAmount>
<d3p1:SettledTime>2026-08-11T21:22:32.9166688+08:00</d3p1:SettledTime>
<d3p1:ShopId>2</d3p1:ShopId>
<d3p1:ShopName>sample string 3</d3p1:ShopName>
</d3p1:ShopBillDetailRes>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfPageListModelOfShopBillDetailResfbzXuNbUG0fLBEQf>