POST api/Deposit/UserDepositFreezeGetPageList

用户冻结明细 2022年03月15日 (PC后台) 柳航

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "param": {
    "userID": 1,
    "status": 2,
    "userDepositType": 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:
<UserDepositFreezeGetPageListRequest 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>
    <Status>2</Status>
    <UserDepositType>3</UserDepositType>
    <UserID>1</UserID>
  </Param>
</UserDepositFreezeGetPageListRequest>

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

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.UserDepositFreezeGetPageListModel, 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": [
    {
      "amount": 1.0,
      "freezeTime": "2025-06-01 12:11:11",
      "unfreezeTime": "2025-06-01 12:11:11",
      "freezeType": 2,
      "freezeTypeName": "sample string 3",
      "auctionCarNo": "sample string 4",
      "carName": "sample string 5",
      "sessionName": "sample string 6",
      "auctionType": 7,
      "auctionTypeName": "sample string 8"
    },
    {
      "amount": 1.0,
      "freezeTime": "2025-06-01 12:11:11",
      "unfreezeTime": "2025-06-01 12:11:11",
      "freezeType": 2,
      "freezeTypeName": "sample string 3",
      "auctionCarNo": "sample string 4",
      "carName": "sample string 5",
      "sessionName": "sample string 6",
      "auctionType": 7,
      "auctionTypeName": "sample string 8"
    },
    {
      "amount": 1.0,
      "freezeTime": "2025-06-01 12:11:11",
      "unfreezeTime": "2025-06-01 12:11:11",
      "freezeType": 2,
      "freezeTypeName": "sample string 3",
      "auctionCarNo": "sample string 4",
      "carName": "sample string 5",
      "sessionName": "sample string 6",
      "auctionType": 7,
      "auctionTypeName": "sample string 8"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfUserDepositFreezeGetPageListModelBO9P5ujw 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:UserDepositFreezeGetPageListModel>
      <d2p1:Amount>1</d2p1:Amount>
      <d2p1:AuctionCarNo>sample string 4</d2p1:AuctionCarNo>
      <d2p1:AuctionType>7</d2p1:AuctionType>
      <d2p1:AuctionTypeName>sample string 8</d2p1:AuctionTypeName>
      <d2p1:CarName>sample string 5</d2p1:CarName>
      <d2p1:FreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>2</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 3</d2p1:FreezeTypeName>
      <d2p1:SessionName>sample string 6</d2p1:SessionName>
      <d2p1:UnfreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:UnfreezeTime>
    </d2p1:UserDepositFreezeGetPageListModel>
    <d2p1:UserDepositFreezeGetPageListModel>
      <d2p1:Amount>1</d2p1:Amount>
      <d2p1:AuctionCarNo>sample string 4</d2p1:AuctionCarNo>
      <d2p1:AuctionType>7</d2p1:AuctionType>
      <d2p1:AuctionTypeName>sample string 8</d2p1:AuctionTypeName>
      <d2p1:CarName>sample string 5</d2p1:CarName>
      <d2p1:FreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>2</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 3</d2p1:FreezeTypeName>
      <d2p1:SessionName>sample string 6</d2p1:SessionName>
      <d2p1:UnfreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:UnfreezeTime>
    </d2p1:UserDepositFreezeGetPageListModel>
    <d2p1:UserDepositFreezeGetPageListModel>
      <d2p1:Amount>1</d2p1:Amount>
      <d2p1:AuctionCarNo>sample string 4</d2p1:AuctionCarNo>
      <d2p1:AuctionType>7</d2p1:AuctionType>
      <d2p1:AuctionTypeName>sample string 8</d2p1:AuctionTypeName>
      <d2p1:CarName>sample string 5</d2p1:CarName>
      <d2p1:FreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:FreezeTime>
      <d2p1:FreezeType>2</d2p1:FreezeType>
      <d2p1:FreezeTypeName>sample string 3</d2p1:FreezeTypeName>
      <d2p1:SessionName>sample string 6</d2p1:SessionName>
      <d2p1:UnfreezeTime>2025-06-01T12:11:11.7808597+08:00</d2p1:UnfreezeTime>
    </d2p1:UserDepositFreezeGetPageListModel>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfUserDepositFreezeGetPageListModelBO9P5ujw>