POST api/RevenueexpenditureOrder/Query

Request Information

URI Parameters

None.

Body Parameters

RevenueexpenditureOrderReq
NameDescriptionTypeAdditional information
ShopIds

Collection of integer

None.

StartTime

date

None.

EndTime

date

None.

OrderNos

Collection of string

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"
  ],
  "PageIndex": 1,
  "PageSize": 2
}

application/xml, text/xml

Sample:
<RevenueexpenditureOrderReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.RevenueexpenditureRecord">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">1</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageSize>
  <EndTime>2026-08-11T21:22:35.6466547+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.6466547+08:00</StartTime>
</RevenueexpenditureOrderReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfPageListModelOfRevenueexpenditureOrderInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PageListModelOfRevenueexpenditureOrderInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Rows": [
      {
        "EnterpriseId": 1,
        "ShopName": "sample string 2",
        "ShopId": 3,
        "OrderId": 4,
        "OrderNumber": "sample string 5",
        "SettlementTime": "2026-08-11 21:22:35",
        "Payment": 7.0,
        "LogisticsRevenue": 8.0,
        "OtherRevenue": 9.0,
        "HandlingFee": 10.0,
        "AdvertisingFee": 11.0,
        "Taxes": 12.0,
        "ActualFreight": 13.0,
        "OtherExpenses": 14.0,
        "RefundAmount": 15.0,
        "Currency": "sample string 16",
        "CreateTime": "2026-08-11 21:22:35",
        "UpdateTime": "2026-08-11 21:22:35"
      },
      {
        "EnterpriseId": 1,
        "ShopName": "sample string 2",
        "ShopId": 3,
        "OrderId": 4,
        "OrderNumber": "sample string 5",
        "SettlementTime": "2026-08-11 21:22:35",
        "Payment": 7.0,
        "LogisticsRevenue": 8.0,
        "OtherRevenue": 9.0,
        "HandlingFee": 10.0,
        "AdvertisingFee": 11.0,
        "Taxes": 12.0,
        "ActualFreight": 13.0,
        "OtherExpenses": 14.0,
        "RefundAmount": 15.0,
        "Currency": "sample string 16",
        "CreateTime": "2026-08-11 21:22:35",
        "UpdateTime": "2026-08-11 21:22:35"
      }
    ],
    "Total": 1,
    "PageIndex": 2,
    "PageSize": 3
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfPageListModelOfRevenueexpenditureOrderInfoBI9jMfATG0fLBEQf 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.RevenueexpenditureRecord">
      <d3p1:RevenueexpenditureOrderInfo>
        <d3p1:ActualFreight>13</d3p1:ActualFreight>
        <d3p1:AdvertisingFee>11</d3p1:AdvertisingFee>
        <d3p1:CreateTime>2026-08-11T21:22:35.6466547+08:00</d3p1:CreateTime>
        <d3p1:Currency>sample string 16</d3p1:Currency>
        <d3p1:EnterpriseId>1</d3p1:EnterpriseId>
        <d3p1:HandlingFee>10</d3p1:HandlingFee>
        <d3p1:IsJitOrder>true</d3p1:IsJitOrder>
        <d3p1:LogisticsRevenue>8</d3p1:LogisticsRevenue>
        <d3p1:OrderId>4</d3p1:OrderId>
        <d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
        <d3p1:OtherExpenses>14</d3p1:OtherExpenses>
        <d3p1:OtherRevenue>9</d3p1:OtherRevenue>
        <d3p1:Payment>7</d3p1:Payment>
        <d3p1:RefundAmount>15</d3p1:RefundAmount>
        <d3p1:SettlementTime>2026-08-11T21:22:35.6466547+08:00</d3p1:SettlementTime>
        <d3p1:ShopId>3</d3p1:ShopId>
        <d3p1:ShopName>sample string 2</d3p1:ShopName>
        <d3p1:Taxes>12</d3p1:Taxes>
        <d3p1:UpdateTime>2026-08-11T21:22:35.6466547+08:00</d3p1:UpdateTime>
      </d3p1:RevenueexpenditureOrderInfo>
      <d3p1:RevenueexpenditureOrderInfo>
        <d3p1:ActualFreight>13</d3p1:ActualFreight>
        <d3p1:AdvertisingFee>11</d3p1:AdvertisingFee>
        <d3p1:CreateTime>2026-08-11T21:22:35.6466547+08:00</d3p1:CreateTime>
        <d3p1:Currency>sample string 16</d3p1:Currency>
        <d3p1:EnterpriseId>1</d3p1:EnterpriseId>
        <d3p1:HandlingFee>10</d3p1:HandlingFee>
        <d3p1:IsJitOrder>true</d3p1:IsJitOrder>
        <d3p1:LogisticsRevenue>8</d3p1:LogisticsRevenue>
        <d3p1:OrderId>4</d3p1:OrderId>
        <d3p1:OrderNumber>sample string 5</d3p1:OrderNumber>
        <d3p1:OtherExpenses>14</d3p1:OtherExpenses>
        <d3p1:OtherRevenue>9</d3p1:OtherRevenue>
        <d3p1:Payment>7</d3p1:Payment>
        <d3p1:RefundAmount>15</d3p1:RefundAmount>
        <d3p1:SettlementTime>2026-08-11T21:22:35.6466547+08:00</d3p1:SettlementTime>
        <d3p1:ShopId>3</d3p1:ShopId>
        <d3p1:ShopName>sample string 2</d3p1:ShopName>
        <d3p1:Taxes>12</d3p1:Taxes>
        <d3p1:UpdateTime>2026-08-11T21:22:35.6466547+08:00</d3p1:UpdateTime>
      </d3p1:RevenueexpenditureOrderInfo>
    </d2p1:Rows>
    <d2p1:Total>1</d2p1:Total>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfPageListModelOfRevenueexpenditureOrderInfoBI9jMfATG0fLBEQf>