POST api/DealerWallet/AppDealerWalletFreezeGetPageList

商户钱包冻结资金明细 2023-3-7 APP 柳航

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "param": {},
  "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:
<AppDealerWalletFreezeGetPageListRequest 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 />
</AppDealerWalletFreezeGetPageListRequest>

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 'AppDealerWalletFreezeGetPageListRequest'.

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.AppDealerWalletFreezeGetPageListModel, 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": [
    {
      "dealerWalletFreezeID": 1,
      "amount": 2.0,
      "freezeTime": "2025-06-01 12:15:52",
      "unfreezeTime": "2025-06-01 12:15:52",
      "freezeType": 3,
      "freezeTypeName": "sample string 4",
      "status": 5,
      "remark": "sample string 6"
    },
    {
      "dealerWalletFreezeID": 1,
      "amount": 2.0,
      "freezeTime": "2025-06-01 12:15:52",
      "unfreezeTime": "2025-06-01 12:15:52",
      "freezeType": 3,
      "freezeTypeName": "sample string 4",
      "status": 5,
      "remark": "sample string 6"
    },
    {
      "dealerWalletFreezeID": 1,
      "amount": 2.0,
      "freezeTime": "2025-06-01 12:15:52",
      "unfreezeTime": "2025-06-01 12:15:52",
      "freezeType": 3,
      "freezeTypeName": "sample string 4",
      "status": 5,
      "remark": "sample string 6"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfAppDealerWalletFreezeGetPageListModelBO9P5ujw 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:AppDealerWalletFreezeGetPageListModel>
      <d2p1:Amount>2</d2p1:Amount>
      <d2p1:DealerWalletFreezeID>1</d2p1:DealerWalletFreezeID>
      <d2p1:FreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>3</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 4</d2p1:FreezeTypeName>
      <d2p1:Remark>sample string 6</d2p1:Remark>
      <d2p1:Status>5</d2p1:Status>
      <d2p1:UnfreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:UnfreezeTime>
    </d2p1:AppDealerWalletFreezeGetPageListModel>
    <d2p1:AppDealerWalletFreezeGetPageListModel>
      <d2p1:Amount>2</d2p1:Amount>
      <d2p1:DealerWalletFreezeID>1</d2p1:DealerWalletFreezeID>
      <d2p1:FreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>3</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 4</d2p1:FreezeTypeName>
      <d2p1:Remark>sample string 6</d2p1:Remark>
      <d2p1:Status>5</d2p1:Status>
      <d2p1:UnfreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:UnfreezeTime>
    </d2p1:AppDealerWalletFreezeGetPageListModel>
    <d2p1:AppDealerWalletFreezeGetPageListModel>
      <d2p1:Amount>2</d2p1:Amount>
      <d2p1:DealerWalletFreezeID>1</d2p1:DealerWalletFreezeID>
      <d2p1:FreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>3</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 4</d2p1:FreezeTypeName>
      <d2p1:Remark>sample string 6</d2p1:Remark>
      <d2p1:Status>5</d2p1:Status>
      <d2p1:UnfreezeTime>2025-06-01T12:15:52.2576348+08:00</d2p1:UnfreezeTime>
    </d2p1:AppDealerWalletFreezeGetPageListModel>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfAppDealerWalletFreezeGetPageListModelBO9P5ujw>