POST api/SpeShopBill/GetBillOrderDetail

Request Information

URI Parameters

None.

Body Parameters

ShopBillOrderDetailReq
NameDescriptionTypeAdditional 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:35",
  "EndTime": "2026-08-11 21:22:35",
  "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:35.3465342+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:35.3465342+08:00</StartTime>
  <Status>WaitSettlement</Status>
</ShopBillOrderDetailReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfPageListModelOfSpeShopBillOrderDetailRes
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PageListModelOfSpeShopBillOrderDetailRes

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,
        "ShopName": "sample string 4",
        "SettledTime": "2026-08-11 21:22:35",
        "OnlineOrderNo": "sample string 6",
        "Currency": "sample string 7",
        "StatusStr": "待结算",
        "SettledAmount": 8.0,
        "ProductPrice": 9.0,
        "BuyerShippingCosts": 10.0,
        "SpeDiscountAmount": 11.0,
        "SpeDiscountCoupon": 12.0,
        "SpeGold": 13.0,
        "OtherIncome": 14.0,
        "Commission": 15.0,
        "BuyerTransactionFee": 16.0,
        "ServiceFee": 17.0,
        "SellerTransactionFee": 18.0,
        "SellerGold": 19.0,
        "ProductValueAddedTax": 20.0,
        "TaxFee": 21.0,
        "ActualShippingCosts": 22.0,
        "OtherExpenditures": 23.0,
        "RefundAmount": 24.0,
        "TransactionFee": 25.0,
        "AdjustmentAmount": 26.0,
        "SellerDiscountCoupon": 27.0
      },
      {
        "Id": 1,
        "EnterpriseId": 2,
        "ShopId": 3,
        "ShopName": "sample string 4",
        "SettledTime": "2026-08-11 21:22:35",
        "OnlineOrderNo": "sample string 6",
        "Currency": "sample string 7",
        "StatusStr": "待结算",
        "SettledAmount": 8.0,
        "ProductPrice": 9.0,
        "BuyerShippingCosts": 10.0,
        "SpeDiscountAmount": 11.0,
        "SpeDiscountCoupon": 12.0,
        "SpeGold": 13.0,
        "OtherIncome": 14.0,
        "Commission": 15.0,
        "BuyerTransactionFee": 16.0,
        "ServiceFee": 17.0,
        "SellerTransactionFee": 18.0,
        "SellerGold": 19.0,
        "ProductValueAddedTax": 20.0,
        "TaxFee": 21.0,
        "ActualShippingCosts": 22.0,
        "OtherExpenditures": 23.0,
        "RefundAmount": 24.0,
        "TransactionFee": 25.0,
        "AdjustmentAmount": 26.0,
        "SellerDiscountCoupon": 27.0
      }
    ],
    "Total": 1,
    "PageIndex": 2,
    "PageSize": 3
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfPageListModelOfSpeShopBillOrderDetailResfbzXuNbUG0fLBEQf 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:SpeShopBillOrderDetailRes>
        <d3p1:ActualShippingCosts>22</d3p1:ActualShippingCosts>
        <d3p1:AdjustmentAmount>26</d3p1:AdjustmentAmount>
        <d3p1:BuyerShippingCosts>10</d3p1:BuyerShippingCosts>
        <d3p1:BuyerTransactionFee>16</d3p1:BuyerTransactionFee>
        <d3p1:Commission>15</d3p1:Commission>
        <d3p1:Currency>sample string 7</d3p1:Currency>
        <d3p1:EnterpriseId>2</d3p1:EnterpriseId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:OnlineOrderNo>sample string 6</d3p1:OnlineOrderNo>
        <d3p1:OtherExpenditures>23</d3p1:OtherExpenditures>
        <d3p1:OtherIncome>14</d3p1:OtherIncome>
        <d3p1:ProductPrice>9</d3p1:ProductPrice>
        <d3p1:ProductValueAddedTax>20</d3p1:ProductValueAddedTax>
        <d3p1:RefundAmount>24</d3p1:RefundAmount>
        <d3p1:SellerDiscountCoupon>27</d3p1:SellerDiscountCoupon>
        <d3p1:SellerGold>19</d3p1:SellerGold>
        <d3p1:SellerTransactionFee>18</d3p1:SellerTransactionFee>
        <d3p1:ServiceFee>17</d3p1:ServiceFee>
        <d3p1:SettledAmount>8</d3p1:SettledAmount>
        <d3p1:SettledTime>2026-08-11T21:22:35.3465342+08:00</d3p1:SettledTime>
        <d3p1:ShopId>3</d3p1:ShopId>
        <d3p1:ShopName>sample string 4</d3p1:ShopName>
        <d3p1:SpeDiscountAmount>11</d3p1:SpeDiscountAmount>
        <d3p1:SpeDiscountCoupon>12</d3p1:SpeDiscountCoupon>
        <d3p1:SpeGold>13</d3p1:SpeGold>
        <d3p1:Status>WaitSettlement</d3p1:Status>
        <d3p1:TaxFee>21</d3p1:TaxFee>
        <d3p1:TransactionFee>25</d3p1:TransactionFee>
      </d3p1:SpeShopBillOrderDetailRes>
      <d3p1:SpeShopBillOrderDetailRes>
        <d3p1:ActualShippingCosts>22</d3p1:ActualShippingCosts>
        <d3p1:AdjustmentAmount>26</d3p1:AdjustmentAmount>
        <d3p1:BuyerShippingCosts>10</d3p1:BuyerShippingCosts>
        <d3p1:BuyerTransactionFee>16</d3p1:BuyerTransactionFee>
        <d3p1:Commission>15</d3p1:Commission>
        <d3p1:Currency>sample string 7</d3p1:Currency>
        <d3p1:EnterpriseId>2</d3p1:EnterpriseId>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:OnlineOrderNo>sample string 6</d3p1:OnlineOrderNo>
        <d3p1:OtherExpenditures>23</d3p1:OtherExpenditures>
        <d3p1:OtherIncome>14</d3p1:OtherIncome>
        <d3p1:ProductPrice>9</d3p1:ProductPrice>
        <d3p1:ProductValueAddedTax>20</d3p1:ProductValueAddedTax>
        <d3p1:RefundAmount>24</d3p1:RefundAmount>
        <d3p1:SellerDiscountCoupon>27</d3p1:SellerDiscountCoupon>
        <d3p1:SellerGold>19</d3p1:SellerGold>
        <d3p1:SellerTransactionFee>18</d3p1:SellerTransactionFee>
        <d3p1:ServiceFee>17</d3p1:ServiceFee>
        <d3p1:SettledAmount>8</d3p1:SettledAmount>
        <d3p1:SettledTime>2026-08-11T21:22:35.3465342+08:00</d3p1:SettledTime>
        <d3p1:ShopId>3</d3p1:ShopId>
        <d3p1:ShopName>sample string 4</d3p1:ShopName>
        <d3p1:SpeDiscountAmount>11</d3p1:SpeDiscountAmount>
        <d3p1:SpeDiscountCoupon>12</d3p1:SpeDiscountCoupon>
        <d3p1:SpeGold>13</d3p1:SpeGold>
        <d3p1:Status>WaitSettlement</d3p1:Status>
        <d3p1:TaxFee>21</d3p1:TaxFee>
        <d3p1:TransactionFee>25</d3p1:TransactionFee>
      </d3p1:SpeShopBillOrderDetailRes>
    </d2p1:Rows>
    <d2p1:Total>1</d2p1:Total>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfPageListModelOfSpeShopBillOrderDetailResfbzXuNbUG0fLBEQf>