POST api/SpeShopBill/GetBillList

Request Information

URI Parameters

None.

Body Parameters

ShopBillInfoReq
NameDescriptionTypeAdditional information
ShopIds

Collection of integer

None.

PlatformTypes

Collection of PlatformType

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopIds": [
    1,
    2
  ],
  "PlatformTypes": [
    0,
    0
  ],
  "PageIndex": 1,
  "PageSize": 2
}

application/xml, text/xml

Sample:
<ShopBillInfoReq 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>
  <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>
</ShopBillInfoReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfPageListModelOfShopBillRes
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PageListModelOfShopBillRes

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Rows": [
      {
        "ShopId": 1,
        "ShopName": "sample string 2",
        "WaitSettlement": 3.0,
        "InSettlement": 4.0,
        "Settled": 5.0,
        "CNYWaitSettlement": 6.0,
        "CNYInSettlement": 7.0,
        "CnySettled": 8.0,
        "LastSettled": 9.0,
        "CnyLastSettled": 10.0,
        "LastSettledTime": "2026-08-11 21:22:35",
        "Currency": "sample string 11",
        "BillTotal": 12
      },
      {
        "ShopId": 1,
        "ShopName": "sample string 2",
        "WaitSettlement": 3.0,
        "InSettlement": 4.0,
        "Settled": 5.0,
        "CNYWaitSettlement": 6.0,
        "CNYInSettlement": 7.0,
        "CnySettled": 8.0,
        "LastSettled": 9.0,
        "CnyLastSettled": 10.0,
        "LastSettledTime": "2026-08-11 21:22:35",
        "Currency": "sample string 11",
        "BillTotal": 12
      }
    ],
    "Total": 1,
    "PageIndex": 2,
    "PageSize": 3
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfPageListModelOfShopBillResfbzXuNbUG0fLBEQf 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:ShopBillRes>
        <d3p1:BillTotal>12</d3p1:BillTotal>
        <d3p1:CNYInSettlement>7</d3p1:CNYInSettlement>
        <d3p1:CNYWaitSettlement>6</d3p1:CNYWaitSettlement>
        <d3p1:CnyLastSettled>10</d3p1:CnyLastSettled>
        <d3p1:CnySettled>8</d3p1:CnySettled>
        <d3p1:Currency>sample string 11</d3p1:Currency>
        <d3p1:InSettlement>4</d3p1:InSettlement>
        <d3p1:LastSettled>9</d3p1:LastSettled>
        <d3p1:LastSettledTime>2026-08-11T21:22:35.4682907+08:00</d3p1:LastSettledTime>
        <d3p1:Settled>5</d3p1:Settled>
        <d3p1:ShopId>1</d3p1:ShopId>
        <d3p1:ShopName>sample string 2</d3p1:ShopName>
        <d3p1:WaitSettlement>3</d3p1:WaitSettlement>
      </d3p1:ShopBillRes>
      <d3p1:ShopBillRes>
        <d3p1:BillTotal>12</d3p1:BillTotal>
        <d3p1:CNYInSettlement>7</d3p1:CNYInSettlement>
        <d3p1:CNYWaitSettlement>6</d3p1:CNYWaitSettlement>
        <d3p1:CnyLastSettled>10</d3p1:CnyLastSettled>
        <d3p1:CnySettled>8</d3p1:CnySettled>
        <d3p1:Currency>sample string 11</d3p1:Currency>
        <d3p1:InSettlement>4</d3p1:InSettlement>
        <d3p1:LastSettled>9</d3p1:LastSettled>
        <d3p1:LastSettledTime>2026-08-11T21:22:35.4682907+08:00</d3p1:LastSettledTime>
        <d3p1:Settled>5</d3p1:Settled>
        <d3p1:ShopId>1</d3p1:ShopId>
        <d3p1:ShopName>sample string 2</d3p1:ShopName>
        <d3p1:WaitSettlement>3</d3p1:WaitSettlement>
      </d3p1:ShopBillRes>
    </d2p1:Rows>
    <d2p1:Total>1</d2p1:Total>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfPageListModelOfShopBillResfbzXuNbUG0fLBEQf>