POST api/Deposit/UserLsDepositGetPageList
用户临时保证金列表 2018年12月06日 (PC后台) 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.UserLsDepositGetPageListRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "param": { "userID": 1, "status": 2 }, "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:
<UserLsDepositGetPageListRequest 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> <UserID>1</UserID> </Param> </UserLsDepositGetPageListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "totalCount": 1, "data": [ { "tradeNo": "sample string 1", "remark": "sample string 2", "amount": 3.0, "completeTime": "2025-06-01 12:27:21", "status": 5, "statusName": "sample string 6", "returnedAmount": 7.0, "realPoundageAmount": 8.0, "auctionItemID": 9, "auctionSessionID": 10, "daBaoPaiType": 11, "clickType": 12, "auctionCarNo": "sample string 13", "depositType": 1, "auctionType": 14 }, { "tradeNo": "sample string 1", "remark": "sample string 2", "amount": 3.0, "completeTime": "2025-06-01 12:27:21", "status": 5, "statusName": "sample string 6", "returnedAmount": 7.0, "realPoundageAmount": 8.0, "auctionItemID": 9, "auctionSessionID": 10, "daBaoPaiType": 11, "clickType": 12, "auctionCarNo": "sample string 13", "depositType": 1, "auctionType": 14 }, { "tradeNo": "sample string 1", "remark": "sample string 2", "amount": 3.0, "completeTime": "2025-06-01 12:27:21", "status": 5, "statusName": "sample string 6", "returnedAmount": 7.0, "realPoundageAmount": 8.0, "auctionItemID": 9, "auctionSessionID": 10, "daBaoPaiType": 11, "clickType": 12, "auctionCarNo": "sample string 13", "depositType": 1, "auctionType": 14 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<ListApiResponseOfArrayOfUserLsDepositGetPageListModelBO9P5ujw 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:UserLsDepositGetPageListModel> <d2p1:Amount>3</d2p1:Amount> <d2p1:AuctionCarNo>sample string 13</d2p1:AuctionCarNo> <d2p1:AuctionItemID>9</d2p1:AuctionItemID> <d2p1:AuctionSessionID>10</d2p1:AuctionSessionID> <d2p1:AuctionType>14</d2p1:AuctionType> <d2p1:ClickType>12</d2p1:ClickType> <d2p1:CompleteTime>2025-06-01T12:27:21.011244+08:00</d2p1:CompleteTime> <d2p1:DaBaoPaiType>11</d2p1:DaBaoPaiType> <d2p1:DepositType>1</d2p1:DepositType> <d2p1:RealPoundageAmount>8</d2p1:RealPoundageAmount> <d2p1:Remark>sample string 2</d2p1:Remark> <d2p1:ReturnedAmount>7</d2p1:ReturnedAmount> <d2p1:Status>5</d2p1:Status> <d2p1:StatusName>sample string 6</d2p1:StatusName> <d2p1:TradeNo>sample string 1</d2p1:TradeNo> </d2p1:UserLsDepositGetPageListModel> <d2p1:UserLsDepositGetPageListModel> <d2p1:Amount>3</d2p1:Amount> <d2p1:AuctionCarNo>sample string 13</d2p1:AuctionCarNo> <d2p1:AuctionItemID>9</d2p1:AuctionItemID> <d2p1:AuctionSessionID>10</d2p1:AuctionSessionID> <d2p1:AuctionType>14</d2p1:AuctionType> <d2p1:ClickType>12</d2p1:ClickType> <d2p1:CompleteTime>2025-06-01T12:27:21.011244+08:00</d2p1:CompleteTime> <d2p1:DaBaoPaiType>11</d2p1:DaBaoPaiType> <d2p1:DepositType>1</d2p1:DepositType> <d2p1:RealPoundageAmount>8</d2p1:RealPoundageAmount> <d2p1:Remark>sample string 2</d2p1:Remark> <d2p1:ReturnedAmount>7</d2p1:ReturnedAmount> <d2p1:Status>5</d2p1:Status> <d2p1:StatusName>sample string 6</d2p1:StatusName> <d2p1:TradeNo>sample string 1</d2p1:TradeNo> </d2p1:UserLsDepositGetPageListModel> <d2p1:UserLsDepositGetPageListModel> <d2p1:Amount>3</d2p1:Amount> <d2p1:AuctionCarNo>sample string 13</d2p1:AuctionCarNo> <d2p1:AuctionItemID>9</d2p1:AuctionItemID> <d2p1:AuctionSessionID>10</d2p1:AuctionSessionID> <d2p1:AuctionType>14</d2p1:AuctionType> <d2p1:ClickType>12</d2p1:ClickType> <d2p1:CompleteTime>2025-06-01T12:27:21.011244+08:00</d2p1:CompleteTime> <d2p1:DaBaoPaiType>11</d2p1:DaBaoPaiType> <d2p1:DepositType>1</d2p1:DepositType> <d2p1:RealPoundageAmount>8</d2p1:RealPoundageAmount> <d2p1:Remark>sample string 2</d2p1:Remark> <d2p1:ReturnedAmount>7</d2p1:ReturnedAmount> <d2p1:Status>5</d2p1:Status> <d2p1:StatusName>sample string 6</d2p1:StatusName> <d2p1:TradeNo>sample string 1</d2p1:TradeNo> </d2p1:UserLsDepositGetPageListModel> </Data> <TotalCount>1</TotalCount> </ListApiResponseOfArrayOfUserLsDepositGetPageListModelBO9P5ujw>