POST api/AuctionCar/AuctionSessionSelectCarGetPageList
竞拍场次挑选车辆列表 2017年6月15日 (PC后台) 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.AuctionSessionSelectCarGetPageListRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "orderName": "sample string 1", "orderBy": "sample string 2", "institutionID": 3, "keyWord": "sample string 4", "provinceCode": 5, "cityCode": 6, "startCarCheckTime": "sample string 7", "endCarCheckTime": "sample string 8", "institutionCarSourceID": 1, "pageNo": 1, "pageSize": 1, "startSize": 0, "sessionId": "sample string 9", "requestSource": "sample string 10", "bundleID": "sample string 11", "requestGroupID": "sample string 12", "channel": "sample string 13", "loginUserID": "sample string 14", "clientIP": "sample string 15", "endDeviceNumber": "sample string 16", "cityName": "sample string 17" }
application/xml, text/xml
Sample:
<AuctionSessionSelectCarGetPageListRequest 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 11</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 17</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 16</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</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> <CityCode>6</CityCode> <EndCarCheckTime>sample string 8</EndCarCheckTime> <InstitutionCarSourceID>1</InstitutionCarSourceID> <InstitutionID>3</InstitutionID> <KeyWord>sample string 4</KeyWord> <OrderBy>sample string 2</OrderBy> <OrderName>sample string 1</OrderName> <ProvinceCode>5</ProvinceCode> <StartCarCheckTime>sample string 7</StartCarCheckTime> </AuctionSessionSelectCarGetPageListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "totalCount": 1, "data": [ { "carID": 1, "primaryImgPath": "sample string 2", "imageSiteUrl": "sample string 3", "carName": "sample string 4", "plate": "sample string 5", "plateFirstDate": "2025-06-01 12:25:15", "km": 6, "carLevel": "sample string 7", "vin": "sample string 8", "minPrice": 9.0, "reservedPrice": 10.0, "fixedPrice": 1.0, "reservedPriceName": "sample string 11", "provinceName": "sample string 12", "cityName": "sample string 13", "putStorageTime": "2025-06-01 12:25:15", "putStorageTimeValue": 15, "sourceGroupName": "sample string 16", "carSourceGroupName": "sample string 17", "sourceName": "sample string 18", "carSourceGroupID": 19, "carSourceType": 20, "isAuthentication": 21 }, { "carID": 1, "primaryImgPath": "sample string 2", "imageSiteUrl": "sample string 3", "carName": "sample string 4", "plate": "sample string 5", "plateFirstDate": "2025-06-01 12:25:15", "km": 6, "carLevel": "sample string 7", "vin": "sample string 8", "minPrice": 9.0, "reservedPrice": 10.0, "fixedPrice": 1.0, "reservedPriceName": "sample string 11", "provinceName": "sample string 12", "cityName": "sample string 13", "putStorageTime": "2025-06-01 12:25:15", "putStorageTimeValue": 15, "sourceGroupName": "sample string 16", "carSourceGroupName": "sample string 17", "sourceName": "sample string 18", "carSourceGroupID": 19, "carSourceType": 20, "isAuthentication": 21 }, { "carID": 1, "primaryImgPath": "sample string 2", "imageSiteUrl": "sample string 3", "carName": "sample string 4", "plate": "sample string 5", "plateFirstDate": "2025-06-01 12:25:15", "km": 6, "carLevel": "sample string 7", "vin": "sample string 8", "minPrice": 9.0, "reservedPrice": 10.0, "fixedPrice": 1.0, "reservedPriceName": "sample string 11", "provinceName": "sample string 12", "cityName": "sample string 13", "putStorageTime": "2025-06-01 12:25:15", "putStorageTimeValue": 15, "sourceGroupName": "sample string 16", "carSourceGroupName": "sample string 17", "sourceName": "sample string 18", "carSourceGroupID": 19, "carSourceType": 20, "isAuthentication": 21 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<ListApiResponseOfArrayOfAuctionSessionSelectCarGetPageListModelBO9P5ujw 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:AuctionSessionSelectCarGetPageListModel> <d2p1:CarID>1</d2p1:CarID> <d2p1:CarLevel>sample string 7</d2p1:CarLevel> <d2p1:CarName>sample string 4</d2p1:CarName> <d2p1:CarSourceGroupID>19</d2p1:CarSourceGroupID> <d2p1:CarSourceGroupName>sample string 17</d2p1:CarSourceGroupName> <d2p1:CarSourceType>20</d2p1:CarSourceType> <d2p1:CityName>sample string 13</d2p1:CityName> <d2p1:FixedPrice>1</d2p1:FixedPrice> <d2p1:ImageSiteUrl>sample string 3</d2p1:ImageSiteUrl> <d2p1:IsAuthentication>21</d2p1:IsAuthentication> <d2p1:KM>6</d2p1:KM> <d2p1:MinPrice>9</d2p1:MinPrice> <d2p1:Plate>sample string 5</d2p1:Plate> <d2p1:PlateFirstDate>2025-06-01T12:25:15.1902787+08:00</d2p1:PlateFirstDate> <d2p1:PrimaryImgPath>sample string 2</d2p1:PrimaryImgPath> <d2p1:ProvinceName>sample string 12</d2p1:ProvinceName> <d2p1:PutStorageTime>2025-06-01T12:25:15.1902787+08:00</d2p1:PutStorageTime> <d2p1:PutStorageTimeValue>15</d2p1:PutStorageTimeValue> <d2p1:ReservedPrice>10</d2p1:ReservedPrice> <d2p1:ReservedPriceName>sample string 11</d2p1:ReservedPriceName> <d2p1:SourceGroupName>sample string 16</d2p1:SourceGroupName> <d2p1:SourceName>sample string 18</d2p1:SourceName> <d2p1:Vin>sample string 8</d2p1:Vin> </d2p1:AuctionSessionSelectCarGetPageListModel> <d2p1:AuctionSessionSelectCarGetPageListModel> <d2p1:CarID>1</d2p1:CarID> <d2p1:CarLevel>sample string 7</d2p1:CarLevel> <d2p1:CarName>sample string 4</d2p1:CarName> <d2p1:CarSourceGroupID>19</d2p1:CarSourceGroupID> <d2p1:CarSourceGroupName>sample string 17</d2p1:CarSourceGroupName> <d2p1:CarSourceType>20</d2p1:CarSourceType> <d2p1:CityName>sample string 13</d2p1:CityName> <d2p1:FixedPrice>1</d2p1:FixedPrice> <d2p1:ImageSiteUrl>sample string 3</d2p1:ImageSiteUrl> <d2p1:IsAuthentication>21</d2p1:IsAuthentication> <d2p1:KM>6</d2p1:KM> <d2p1:MinPrice>9</d2p1:MinPrice> <d2p1:Plate>sample string 5</d2p1:Plate> <d2p1:PlateFirstDate>2025-06-01T12:25:15.1902787+08:00</d2p1:PlateFirstDate> <d2p1:PrimaryImgPath>sample string 2</d2p1:PrimaryImgPath> <d2p1:ProvinceName>sample string 12</d2p1:ProvinceName> <d2p1:PutStorageTime>2025-06-01T12:25:15.1902787+08:00</d2p1:PutStorageTime> <d2p1:PutStorageTimeValue>15</d2p1:PutStorageTimeValue> <d2p1:ReservedPrice>10</d2p1:ReservedPrice> <d2p1:ReservedPriceName>sample string 11</d2p1:ReservedPriceName> <d2p1:SourceGroupName>sample string 16</d2p1:SourceGroupName> <d2p1:SourceName>sample string 18</d2p1:SourceName> <d2p1:Vin>sample string 8</d2p1:Vin> </d2p1:AuctionSessionSelectCarGetPageListModel> <d2p1:AuctionSessionSelectCarGetPageListModel> <d2p1:CarID>1</d2p1:CarID> <d2p1:CarLevel>sample string 7</d2p1:CarLevel> <d2p1:CarName>sample string 4</d2p1:CarName> <d2p1:CarSourceGroupID>19</d2p1:CarSourceGroupID> <d2p1:CarSourceGroupName>sample string 17</d2p1:CarSourceGroupName> <d2p1:CarSourceType>20</d2p1:CarSourceType> <d2p1:CityName>sample string 13</d2p1:CityName> <d2p1:FixedPrice>1</d2p1:FixedPrice> <d2p1:ImageSiteUrl>sample string 3</d2p1:ImageSiteUrl> <d2p1:IsAuthentication>21</d2p1:IsAuthentication> <d2p1:KM>6</d2p1:KM> <d2p1:MinPrice>9</d2p1:MinPrice> <d2p1:Plate>sample string 5</d2p1:Plate> <d2p1:PlateFirstDate>2025-06-01T12:25:15.1902787+08:00</d2p1:PlateFirstDate> <d2p1:PrimaryImgPath>sample string 2</d2p1:PrimaryImgPath> <d2p1:ProvinceName>sample string 12</d2p1:ProvinceName> <d2p1:PutStorageTime>2025-06-01T12:25:15.1902787+08:00</d2p1:PutStorageTime> <d2p1:PutStorageTimeValue>15</d2p1:PutStorageTimeValue> <d2p1:ReservedPrice>10</d2p1:ReservedPrice> <d2p1:ReservedPriceName>sample string 11</d2p1:ReservedPriceName> <d2p1:SourceGroupName>sample string 16</d2p1:SourceGroupName> <d2p1:SourceName>sample string 18</d2p1:SourceName> <d2p1:Vin>sample string 8</d2p1:Vin> </d2p1:AuctionSessionSelectCarGetPageListModel> </Data> <TotalCount>1</TotalCount> </ListApiResponseOfArrayOfAuctionSessionSelectCarGetPageListModelBO9P5ujw>