POST api/AuctionDealer/SessionHallShortGetList
竞价公告V2 2024年08月08日 (APP) 柳航
Request Information
Parameters
| Name | Type | Description |
|---|---|---|
| request | Carwins.UsedCar.CarDomain.SessionHallShortGetListRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{
"param": {
"cityIDList": [
1,
2,
3
],
"sessionDate": "2025-12-14 18:02:27",
"clientInstitutionID": 1
},
"clientInstitutionID": 1,
"deviceModel": "sample string 2",
"deviceNetwork": "sample string 3",
"systemVersion": "sample string 4",
"clientVersion": 5.0,
"version": 6.0,
"sessionId": "sample string 7",
"requestSource": "sample string 8",
"bundleID": "sample string 9",
"requestGroupID": "sample string 10",
"channel": "sample string 11",
"loginUserID": "sample string 12",
"clientIP": "sample string 13",
"endDeviceNumber": "sample string 14",
"cityName": "sample string 15"
}
application/xml, text/xml
Sample:
<SessionHallShortGetListRequest 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 9</BundleID>
<Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</Channel>
<CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</CityName>
<ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</ClientIP>
<ClientInstitutionID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</ClientInstitutionID>
<ClientVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">5</ClientVersion>
<DeviceModel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</DeviceModel>
<DeviceNetwork xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</DeviceNetwork>
<EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</EndDeviceNumber>
<LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</LoginUserID>
<RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</RequestGroupID>
<RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</RequestSource>
<SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</SessionId>
<SystemVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</SystemVersion>
<Version xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">6</Version>
<Param>
<CityIDList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
<d3p1:int>3</d3p1:int>
</CityIDList>
<ClientInstitutionID>1</ClientInstitutionID>
<SessionDate>2025-12-14T18:02:27.3041956+08:00</SessionDate>
</Param>
</SessionHallShortGetListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": {
"timeFilterList": [
{
"sessionDate": "2025-12-14 18:02:27",
"sessionDateName": "sample string 2",
"sessionCount": 3,
"isCheck": 4
},
{
"sessionDate": "2025-12-14 18:02:27",
"sessionDateName": "sample string 2",
"sessionCount": 3,
"isCheck": 4
},
{
"sessionDate": "2025-12-14 18:02:27",
"sessionDateName": "sample string 2",
"sessionCount": 3,
"isCheck": 4
}
],
"sessionList": [
{
"sessionName": "sample string 1",
"carCount": 2,
"auctionSessionID": 3,
"auctionType": 4,
"sessionType": 5,
"isGhs": 6,
"isRed": 7,
"startTimeValue": "sample string 8",
"dbpAuctionItemID": 9
},
{
"sessionName": "sample string 1",
"carCount": 2,
"auctionSessionID": 3,
"auctionType": 4,
"sessionType": 5,
"isGhs": 6,
"isRed": 7,
"startTimeValue": "sample string 8",
"dbpAuctionItemID": 9
},
{
"sessionName": "sample string 1",
"carCount": 2,
"auctionSessionID": 3,
"auctionType": 4,
"sessionType": 5,
"isGhs": 6,
"isRed": 7,
"startTimeValue": "sample string 8",
"dbpAuctionItemID": 9
}
]
},
"code": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<SingleApiResponseOfSessionHallShortGetListModelBO9P5ujw 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:SessionList>
<d2p1:SessionHallShortSessionModel>
<d2p1:AuctionSessionID>3</d2p1:AuctionSessionID>
<d2p1:AuctionType>4</d2p1:AuctionType>
<d2p1:CarCount>2</d2p1:CarCount>
<d2p1:DbpAuctionItemID>9</d2p1:DbpAuctionItemID>
<d2p1:IsGhs>6</d2p1:IsGhs>
<d2p1:IsRed>7</d2p1:IsRed>
<d2p1:SessionName>sample string 1</d2p1:SessionName>
<d2p1:SessionType>5</d2p1:SessionType>
<d2p1:StartTimeValue>sample string 8</d2p1:StartTimeValue>
</d2p1:SessionHallShortSessionModel>
<d2p1:SessionHallShortSessionModel>
<d2p1:AuctionSessionID>3</d2p1:AuctionSessionID>
<d2p1:AuctionType>4</d2p1:AuctionType>
<d2p1:CarCount>2</d2p1:CarCount>
<d2p1:DbpAuctionItemID>9</d2p1:DbpAuctionItemID>
<d2p1:IsGhs>6</d2p1:IsGhs>
<d2p1:IsRed>7</d2p1:IsRed>
<d2p1:SessionName>sample string 1</d2p1:SessionName>
<d2p1:SessionType>5</d2p1:SessionType>
<d2p1:StartTimeValue>sample string 8</d2p1:StartTimeValue>
</d2p1:SessionHallShortSessionModel>
<d2p1:SessionHallShortSessionModel>
<d2p1:AuctionSessionID>3</d2p1:AuctionSessionID>
<d2p1:AuctionType>4</d2p1:AuctionType>
<d2p1:CarCount>2</d2p1:CarCount>
<d2p1:DbpAuctionItemID>9</d2p1:DbpAuctionItemID>
<d2p1:IsGhs>6</d2p1:IsGhs>
<d2p1:IsRed>7</d2p1:IsRed>
<d2p1:SessionName>sample string 1</d2p1:SessionName>
<d2p1:SessionType>5</d2p1:SessionType>
<d2p1:StartTimeValue>sample string 8</d2p1:StartTimeValue>
</d2p1:SessionHallShortSessionModel>
</d2p1:SessionList>
<d2p1:TimeFilterList>
<d2p1:SessionHallTimeFilterModel>
<d2p1:IsCheck>4</d2p1:IsCheck>
<d2p1:SessionCount>3</d2p1:SessionCount>
<d2p1:SessionDate>2025-12-14T18:02:27.3198774+08:00</d2p1:SessionDate>
<d2p1:SessionDateName>sample string 2</d2p1:SessionDateName>
</d2p1:SessionHallTimeFilterModel>
<d2p1:SessionHallTimeFilterModel>
<d2p1:IsCheck>4</d2p1:IsCheck>
<d2p1:SessionCount>3</d2p1:SessionCount>
<d2p1:SessionDate>2025-12-14T18:02:27.3198774+08:00</d2p1:SessionDate>
<d2p1:SessionDateName>sample string 2</d2p1:SessionDateName>
</d2p1:SessionHallTimeFilterModel>
<d2p1:SessionHallTimeFilterModel>
<d2p1:IsCheck>4</d2p1:IsCheck>
<d2p1:SessionCount>3</d2p1:SessionCount>
<d2p1:SessionDate>2025-12-14T18:02:27.3198774+08:00</d2p1:SessionDate>
<d2p1:SessionDateName>sample string 2</d2p1:SessionDateName>
</d2p1:SessionHallTimeFilterModel>
</d2p1:TimeFilterList>
</Data>
</SingleApiResponseOfSessionHallShortGetListModelBO9P5ujw>