POST api/AuctionDealer/AINewsGetList
最新竞价车辆 (此接口弃用) 2017年7月2日 (APPPC) 柳航
Request Information
Parameters
| Name | Type | Description |
|---|---|---|
| request | Carwins.UsedCar.CarDomain.AINewsGetListRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{
"param": {
"institutionID": 1
},
"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:
<AINewsGetListRequest 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>
<Param>
<InstitutionID>1</InstitutionID>
</Param>
</AINewsGetListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{
"totalCount": 1,
"data": [
{
"auctionItemID": 1,
"primaryImgPathMobile": "sample string 2",
"primaryImgPathPC": "sample string 3",
"carLevel": "sample string 4",
"carName": "sample string 5",
"plateFirstDate": "2025-12-14 18:03:46",
"auctionTypeName": "sample string 6",
"plateProvinceName": "sample string 7",
"plateCityName": "sample string 8",
"hitsCount": 9,
"minPrice": 10.0,
"startTime": "2025-12-14 18:03:46",
"showPriceType": 12
},
{
"auctionItemID": 1,
"primaryImgPathMobile": "sample string 2",
"primaryImgPathPC": "sample string 3",
"carLevel": "sample string 4",
"carName": "sample string 5",
"plateFirstDate": "2025-12-14 18:03:46",
"auctionTypeName": "sample string 6",
"plateProvinceName": "sample string 7",
"plateCityName": "sample string 8",
"hitsCount": 9,
"minPrice": 10.0,
"startTime": "2025-12-14 18:03:46",
"showPriceType": 12
},
{
"auctionItemID": 1,
"primaryImgPathMobile": "sample string 2",
"primaryImgPathPC": "sample string 3",
"carLevel": "sample string 4",
"carName": "sample string 5",
"plateFirstDate": "2025-12-14 18:03:46",
"auctionTypeName": "sample string 6",
"plateProvinceName": "sample string 7",
"plateCityName": "sample string 8",
"hitsCount": 9,
"minPrice": 10.0,
"startTime": "2025-12-14 18:03:46",
"showPriceType": 12
}
],
"code": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<ListApiResponseOfArrayOfAINewsGetListCompleteModelBO9P5ujw 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:AINewsGetListCompleteModel>
<d2p1:AuctionItemID>1</d2p1:AuctionItemID>
<d2p1:AuctionTypeName>sample string 6</d2p1:AuctionTypeName>
<d2p1:CarLevel>sample string 4</d2p1:CarLevel>
<d2p1:CarName>sample string 5</d2p1:CarName>
<d2p1:HitsCount>9</d2p1:HitsCount>
<d2p1:MinPrice>10</d2p1:MinPrice>
<d2p1:PlateCityName>sample string 8</d2p1:PlateCityName>
<d2p1:PlateFirstDate>2025-12-14T18:03:46.0325804+08:00</d2p1:PlateFirstDate>
<d2p1:PlateProvinceName>sample string 7</d2p1:PlateProvinceName>
<d2p1:PrimaryImgPathMobile>sample string 2</d2p1:PrimaryImgPathMobile>
<d2p1:PrimaryImgPathPC>sample string 3</d2p1:PrimaryImgPathPC>
<d2p1:ShowPriceType>12</d2p1:ShowPriceType>
<d2p1:StartTime>2025-12-14T18:03:46.0325804+08:00</d2p1:StartTime>
</d2p1:AINewsGetListCompleteModel>
<d2p1:AINewsGetListCompleteModel>
<d2p1:AuctionItemID>1</d2p1:AuctionItemID>
<d2p1:AuctionTypeName>sample string 6</d2p1:AuctionTypeName>
<d2p1:CarLevel>sample string 4</d2p1:CarLevel>
<d2p1:CarName>sample string 5</d2p1:CarName>
<d2p1:HitsCount>9</d2p1:HitsCount>
<d2p1:MinPrice>10</d2p1:MinPrice>
<d2p1:PlateCityName>sample string 8</d2p1:PlateCityName>
<d2p1:PlateFirstDate>2025-12-14T18:03:46.0325804+08:00</d2p1:PlateFirstDate>
<d2p1:PlateProvinceName>sample string 7</d2p1:PlateProvinceName>
<d2p1:PrimaryImgPathMobile>sample string 2</d2p1:PrimaryImgPathMobile>
<d2p1:PrimaryImgPathPC>sample string 3</d2p1:PrimaryImgPathPC>
<d2p1:ShowPriceType>12</d2p1:ShowPriceType>
<d2p1:StartTime>2025-12-14T18:03:46.0325804+08:00</d2p1:StartTime>
</d2p1:AINewsGetListCompleteModel>
<d2p1:AINewsGetListCompleteModel>
<d2p1:AuctionItemID>1</d2p1:AuctionItemID>
<d2p1:AuctionTypeName>sample string 6</d2p1:AuctionTypeName>
<d2p1:CarLevel>sample string 4</d2p1:CarLevel>
<d2p1:CarName>sample string 5</d2p1:CarName>
<d2p1:HitsCount>9</d2p1:HitsCount>
<d2p1:MinPrice>10</d2p1:MinPrice>
<d2p1:PlateCityName>sample string 8</d2p1:PlateCityName>
<d2p1:PlateFirstDate>2025-12-14T18:03:46.0325804+08:00</d2p1:PlateFirstDate>
<d2p1:PlateProvinceName>sample string 7</d2p1:PlateProvinceName>
<d2p1:PrimaryImgPathMobile>sample string 2</d2p1:PrimaryImgPathMobile>
<d2p1:PrimaryImgPathPC>sample string 3</d2p1:PrimaryImgPathPC>
<d2p1:ShowPriceType>12</d2p1:ShowPriceType>
<d2p1:StartTime>2025-12-14T18:03:46.0325804+08:00</d2p1:StartTime>
</d2p1:AINewsGetListCompleteModel>
</Data>
<TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfAINewsGetListCompleteModelBO9P5ujw>