POST api/TikShopBill/GetBillOrderDetail
Request Information
URI Parameters
None.
Body Parameters
ShopBillOrderDetailReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopIds | Collection of integer |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| OrderNos | Collection of string |
None. |
|
| BillDetailId | integer |
None. |
|
| Status | ShopBillSettlementStatusEnum |
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",
"OrderNos": [
"sample string 1",
"sample string 2"
],
"BillDetailId": 1,
"Status": 0,
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<ShopBillOrderDetailReq 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">1</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageSize>
<BillDetailId>1</BillDetailId>
<EndTime>2026-08-11T21:22:32.9381348+08:00</EndTime>
<OrderNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</OrderNos>
<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.9381348+08:00</StartTime>
<Status>WaitSettlement</Status>
</ShopBillOrderDetailReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfPageListModelOfTikShopBillOrderDetailRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfTikShopBillOrderDetailRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"Id": 1,
"EnterpriseId": 2,
"ShopId": 3,
"OrderId": 4,
"ShopName": "sample string 5",
"SettledTime": "2026-08-11 21:22:32",
"DeliverTime": "2026-08-11 21:22:32",
"OnlineOrderNo": "sample string 7",
"Currency": "sample string 8",
"SettledAmount": 9.0,
"BuyerPayment": 10.0,
"DiscountCoupon": 11.0,
"FreightSubsidy": 12.0,
"OtherIncome": 13.0,
"Commission": 14.0,
"PromotionFee": 15.0,
"ExpertCommission": 16.0,
"OrderFixedFee": 17.0,
"SalesFee": 18.0,
"OrderTip": 19.0,
"TaxFee": 20.0,
"ActualShippingCosts": 21.0,
"OtherExpenditures": 22.0,
"RefundAmount": 23.0,
"Adjustment": 24.0,
"AfterSellerDiscountsSubtotalAmount": 25.0,
"CustomerShippingFeeAmount": 26.0,
"PlatformDiscountAmount": 27.0,
"ShippingFeeSubsidyAmount": 28.0,
"SalesTaxPaymentAmount": 29.0,
"FeeAmount": 30.0
},
{
"Id": 1,
"EnterpriseId": 2,
"ShopId": 3,
"OrderId": 4,
"ShopName": "sample string 5",
"SettledTime": "2026-08-11 21:22:32",
"DeliverTime": "2026-08-11 21:22:32",
"OnlineOrderNo": "sample string 7",
"Currency": "sample string 8",
"SettledAmount": 9.0,
"BuyerPayment": 10.0,
"DiscountCoupon": 11.0,
"FreightSubsidy": 12.0,
"OtherIncome": 13.0,
"Commission": 14.0,
"PromotionFee": 15.0,
"ExpertCommission": 16.0,
"OrderFixedFee": 17.0,
"SalesFee": 18.0,
"OrderTip": 19.0,
"TaxFee": 20.0,
"ActualShippingCosts": 21.0,
"OtherExpenditures": 22.0,
"RefundAmount": 23.0,
"Adjustment": 24.0,
"AfterSellerDiscountsSubtotalAmount": 25.0,
"CustomerShippingFeeAmount": 26.0,
"PlatformDiscountAmount": 27.0,
"ShippingFeeSubsidyAmount": 28.0,
"SalesTaxPaymentAmount": 29.0,
"FeeAmount": 30.0
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}
application/xml, text/xml
Sample:
<ResponseResultOfPageListModelOfTikShopBillOrderDetailResfbzXuNbUG0fLBEQf 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:TikShopBillOrderDetailRes>
<d3p1:ActualShippingCosts>21</d3p1:ActualShippingCosts>
<d3p1:Adjustment>24</d3p1:Adjustment>
<d3p1:AfterSellerDiscountsSubtotalAmount>25</d3p1:AfterSellerDiscountsSubtotalAmount>
<d3p1:BuyerPayment>10</d3p1:BuyerPayment>
<d3p1:Commission>14</d3p1:Commission>
<d3p1:Currency>sample string 8</d3p1:Currency>
<d3p1:CustomerShippingFeeAmount>26</d3p1:CustomerShippingFeeAmount>
<d3p1:DeliverTime>2026-08-11T21:22:32.9440029+08:00</d3p1:DeliverTime>
<d3p1:DiscountCoupon>11</d3p1:DiscountCoupon>
<d3p1:EnterpriseId>2</d3p1:EnterpriseId>
<d3p1:ExpertCommission>16</d3p1:ExpertCommission>
<d3p1:FeeAmount>30</d3p1:FeeAmount>
<d3p1:FreightSubsidy>12</d3p1:FreightSubsidy>
<d3p1:Id>1</d3p1:Id>
<d3p1:OnlineOrderNo>sample string 7</d3p1:OnlineOrderNo>
<d3p1:OrderFixedFee>17</d3p1:OrderFixedFee>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderTip>19</d3p1:OrderTip>
<d3p1:OtherExpenditures>22</d3p1:OtherExpenditures>
<d3p1:OtherIncome>13</d3p1:OtherIncome>
<d3p1:PlatformDiscountAmount>27</d3p1:PlatformDiscountAmount>
<d3p1:PromotionFee>15</d3p1:PromotionFee>
<d3p1:RefundAmount>23</d3p1:RefundAmount>
<d3p1:SalesFee>18</d3p1:SalesFee>
<d3p1:SalesTaxPaymentAmount>29</d3p1:SalesTaxPaymentAmount>
<d3p1:SettledAmount>9</d3p1:SettledAmount>
<d3p1:SettledTime>2026-08-11T21:22:32.9440029+08:00</d3p1:SettledTime>
<d3p1:ShippingFeeSubsidyAmount>28</d3p1:ShippingFeeSubsidyAmount>
<d3p1:ShopId>3</d3p1:ShopId>
<d3p1:ShopName>sample string 5</d3p1:ShopName>
<d3p1:TaxFee>20</d3p1:TaxFee>
</d3p1:TikShopBillOrderDetailRes>
<d3p1:TikShopBillOrderDetailRes>
<d3p1:ActualShippingCosts>21</d3p1:ActualShippingCosts>
<d3p1:Adjustment>24</d3p1:Adjustment>
<d3p1:AfterSellerDiscountsSubtotalAmount>25</d3p1:AfterSellerDiscountsSubtotalAmount>
<d3p1:BuyerPayment>10</d3p1:BuyerPayment>
<d3p1:Commission>14</d3p1:Commission>
<d3p1:Currency>sample string 8</d3p1:Currency>
<d3p1:CustomerShippingFeeAmount>26</d3p1:CustomerShippingFeeAmount>
<d3p1:DeliverTime>2026-08-11T21:22:32.9440029+08:00</d3p1:DeliverTime>
<d3p1:DiscountCoupon>11</d3p1:DiscountCoupon>
<d3p1:EnterpriseId>2</d3p1:EnterpriseId>
<d3p1:ExpertCommission>16</d3p1:ExpertCommission>
<d3p1:FeeAmount>30</d3p1:FeeAmount>
<d3p1:FreightSubsidy>12</d3p1:FreightSubsidy>
<d3p1:Id>1</d3p1:Id>
<d3p1:OnlineOrderNo>sample string 7</d3p1:OnlineOrderNo>
<d3p1:OrderFixedFee>17</d3p1:OrderFixedFee>
<d3p1:OrderId>4</d3p1:OrderId>
<d3p1:OrderTip>19</d3p1:OrderTip>
<d3p1:OtherExpenditures>22</d3p1:OtherExpenditures>
<d3p1:OtherIncome>13</d3p1:OtherIncome>
<d3p1:PlatformDiscountAmount>27</d3p1:PlatformDiscountAmount>
<d3p1:PromotionFee>15</d3p1:PromotionFee>
<d3p1:RefundAmount>23</d3p1:RefundAmount>
<d3p1:SalesFee>18</d3p1:SalesFee>
<d3p1:SalesTaxPaymentAmount>29</d3p1:SalesTaxPaymentAmount>
<d3p1:SettledAmount>9</d3p1:SettledAmount>
<d3p1:SettledTime>2026-08-11T21:22:32.9440029+08:00</d3p1:SettledTime>
<d3p1:ShippingFeeSubsidyAmount>28</d3p1:ShippingFeeSubsidyAmount>
<d3p1:ShopId>3</d3p1:ShopId>
<d3p1:ShopName>sample string 5</d3p1:ShopName>
<d3p1:TaxFee>20</d3p1:TaxFee>
</d3p1:TikShopBillOrderDetailRes>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfPageListModelOfTikShopBillOrderDetailResfbzXuNbUG0fLBEQf>