POST api/User/DdwGetPageList

退保证金历史记录 2017年10月18日 (APP) 柳航

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "param": {
    "userID": 1,
    "depositType": 1
  },
  "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:
<DdwGetPageListRequest 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>
    <DepositType>1</DepositType>
    <UserID>1</UserID>
  </Param>
</DdwGetPageListRequest>

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

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.DdwGetPageListModel, 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": [
    {
      "createTime": "2025-06-01 11:58:54",
      "remark": "sample string 2",
      "applyStatus": 3,
      "applyStatusName": "sample string 4",
      "applyRemark": "sample string 5",
      "isConfirmReturn": 6,
      "depositType": 7,
      "depositTypeName": "sample string 8"
    },
    {
      "createTime": "2025-06-01 11:58:54",
      "remark": "sample string 2",
      "applyStatus": 3,
      "applyStatusName": "sample string 4",
      "applyRemark": "sample string 5",
      "isConfirmReturn": 6,
      "depositType": 7,
      "depositTypeName": "sample string 8"
    },
    {
      "createTime": "2025-06-01 11:58:54",
      "remark": "sample string 2",
      "applyStatus": 3,
      "applyStatusName": "sample string 4",
      "applyRemark": "sample string 5",
      "isConfirmReturn": 6,
      "depositType": 7,
      "depositTypeName": "sample string 8"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfDdwGetPageListModelBO9P5ujw 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:DdwGetPageListModel>
      <d2p1:ApplyRemark>sample string 5</d2p1:ApplyRemark>
      <d2p1:ApplyStatus>3</d2p1:ApplyStatus>
      <d2p1:ApplyStatusName>sample string 4</d2p1:ApplyStatusName>
      <d2p1:CreateTime>2025-06-01T11:58:54.654458+08:00</d2p1:CreateTime>
      <d2p1:DepositType>7</d2p1:DepositType>
      <d2p1:DepositTypeName>sample string 8</d2p1:DepositTypeName>
      <d2p1:IsConfirmReturn>6</d2p1:IsConfirmReturn>
      <d2p1:Remark>sample string 2</d2p1:Remark>
    </d2p1:DdwGetPageListModel>
    <d2p1:DdwGetPageListModel>
      <d2p1:ApplyRemark>sample string 5</d2p1:ApplyRemark>
      <d2p1:ApplyStatus>3</d2p1:ApplyStatus>
      <d2p1:ApplyStatusName>sample string 4</d2p1:ApplyStatusName>
      <d2p1:CreateTime>2025-06-01T11:58:54.654458+08:00</d2p1:CreateTime>
      <d2p1:DepositType>7</d2p1:DepositType>
      <d2p1:DepositTypeName>sample string 8</d2p1:DepositTypeName>
      <d2p1:IsConfirmReturn>6</d2p1:IsConfirmReturn>
      <d2p1:Remark>sample string 2</d2p1:Remark>
    </d2p1:DdwGetPageListModel>
    <d2p1:DdwGetPageListModel>
      <d2p1:ApplyRemark>sample string 5</d2p1:ApplyRemark>
      <d2p1:ApplyStatus>3</d2p1:ApplyStatus>
      <d2p1:ApplyStatusName>sample string 4</d2p1:ApplyStatusName>
      <d2p1:CreateTime>2025-06-01T11:58:54.654458+08:00</d2p1:CreateTime>
      <d2p1:DepositType>7</d2p1:DepositType>
      <d2p1:DepositTypeName>sample string 8</d2p1:DepositTypeName>
      <d2p1:IsConfirmReturn>6</d2p1:IsConfirmReturn>
      <d2p1:Remark>sample string 2</d2p1:Remark>
    </d2p1:DdwGetPageListModel>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfDdwGetPageListModelBO9P5ujw>