POST api/DealerWallet/HtDealerWalletTradeGetPageList

后台获取商户钱包流水 2023-3-7 (PC后台) 柳航

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.HtDealerWalletTradeGetPageListRequest
No documentation available.

Request body formats

application/json, text/json

Sample:
{
  "param": {
    "dealerID": 1,
    "stime": "2025-06-01 12:30:17",
    "etime": "2025-06-01 12:30:17",
    "keyword": "sample string 2",
    "tradeType": 3
  },
  "pageNo": 1,
  "pageSize": 1,
  "startSize": 0,
  "sessionId": "sample string 1",
  "requestSource": "sample string 2",
  "bundleID": "sample string 3",
  "requestGroupID": "sample string 4",
  "channel": "sample string 5",
  "loginUserID": "sample string 6",
  "clientIP": "sample string 7",
  "endDeviceNumber": "sample string 8",
  "cityName": "sample string 9"
}

application/xml, text/xml

Sample:
<HtDealerWalletTradeGetPageListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</EndDeviceNumber>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 1</SessionId>
  <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize>
  <Param>
    <DealerID>1</DealerID>
    <Etime>2025-06-01T12:30:17.4108385+08:00</Etime>
    <Keyword>sample string 2</Keyword>
    <Stime>2025-06-01T12:30:17.4098206+08:00</Stime>
    <TradeType>3</TradeType>
  </Param>
</HtDealerWalletTradeGetPageListRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HtDealerWalletTradeGetPageListRequest'.

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.HtDealerWalletTradeGetPageListModel, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "totalCount": 1,
  "data": [
    {
      "tradeAmount": 1.0,
      "createTime": "2025-06-01 12:30:17",
      "tradeType": "sample string 3",
      "tradeInfo": "sample string 4"
    },
    {
      "tradeAmount": 1.0,
      "createTime": "2025-06-01 12:30:17",
      "tradeType": "sample string 3",
      "tradeInfo": "sample string 4"
    },
    {
      "tradeAmount": 1.0,
      "createTime": "2025-06-01 12:30:17",
      "tradeType": "sample string 3",
      "tradeInfo": "sample string 4"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfHtDealerWalletTradeGetPageListModelBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
    <d2p1:HtDealerWalletTradeGetPageListModel>
      <d2p1:CreateTime>2025-06-01T12:30:17.4272524+08:00</d2p1:CreateTime>
      <d2p1:TradeAmount>1</d2p1:TradeAmount>
      <d2p1:TradeInfo>sample string 4</d2p1:TradeInfo>
      <d2p1:TradeType>sample string 3</d2p1:TradeType>
    </d2p1:HtDealerWalletTradeGetPageListModel>
    <d2p1:HtDealerWalletTradeGetPageListModel>
      <d2p1:CreateTime>2025-06-01T12:30:17.4272524+08:00</d2p1:CreateTime>
      <d2p1:TradeAmount>1</d2p1:TradeAmount>
      <d2p1:TradeInfo>sample string 4</d2p1:TradeInfo>
      <d2p1:TradeType>sample string 3</d2p1:TradeType>
    </d2p1:HtDealerWalletTradeGetPageListModel>
    <d2p1:HtDealerWalletTradeGetPageListModel>
      <d2p1:CreateTime>2025-06-01T12:30:17.4272524+08:00</d2p1:CreateTime>
      <d2p1:TradeAmount>1</d2p1:TradeAmount>
      <d2p1:TradeInfo>sample string 4</d2p1:TradeInfo>
      <d2p1:TradeType>sample string 3</d2p1:TradeType>
    </d2p1:HtDealerWalletTradeGetPageListModel>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfHtDealerWalletTradeGetPageListModelBO9P5ujw>