POST api/Auction/ForeignSessionList
【对外接口】获取可选场次 2018年11月13日 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.ForeignSessionListRequest |
Request body formats
application/json, text/json
Sample:
{ "groupKey": "sample string 1", "param": { "institutionID": 1, "keyWord": "sample string 1" }, "sessionId": "sample string 2", "requestSource": "sample string 3", "bundleID": "sample string 4", "requestGroupID": "sample string 5", "channel": "sample string 6", "loginUserID": "sample string 7", "clientIP": "sample string 8", "endDeviceNumber": "sample string 9", "cityName": "sample string 10" }
application/xml, text/xml
Sample:
<ForeignSessionListRequest 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 4</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</SessionId> <GroupKey>sample string 1</GroupKey> <Param> <InstitutionID>1</InstitutionID> <KeyWord>sample string 1</KeyWord> </Param> </ForeignSessionListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": [ { "auctionSessionID": 1, "sessionName": "sample string 2", "startTime": "2025-06-01 12:02:32", "endTime": "2025-06-01 12:02:32", "ztType": 5, "auctionType": 6 }, { "auctionSessionID": 1, "sessionName": "sample string 2", "startTime": "2025-06-01 12:02:32", "endTime": "2025-06-01 12:02:32", "ztType": 5, "auctionType": 6 }, { "auctionSessionID": 1, "sessionName": "sample string 2", "startTime": "2025-06-01 12:02:32", "endTime": "2025-06-01 12:02:32", "ztType": 5, "auctionType": 6 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfArrayOfForeignSessionListModelBO9P5ujw 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:ForeignSessionListModel> <d2p1:AuctionSessionID>1</d2p1:AuctionSessionID> <d2p1:AuctionType>6</d2p1:AuctionType> <d2p1:EndTime>2025-06-01T12:02:32.2415362+08:00</d2p1:EndTime> <d2p1:SessionName>sample string 2</d2p1:SessionName> <d2p1:StartTime>2025-06-01T12:02:32.2415362+08:00</d2p1:StartTime> <d2p1:ZtType>5</d2p1:ZtType> </d2p1:ForeignSessionListModel> <d2p1:ForeignSessionListModel> <d2p1:AuctionSessionID>1</d2p1:AuctionSessionID> <d2p1:AuctionType>6</d2p1:AuctionType> <d2p1:EndTime>2025-06-01T12:02:32.2415362+08:00</d2p1:EndTime> <d2p1:SessionName>sample string 2</d2p1:SessionName> <d2p1:StartTime>2025-06-01T12:02:32.2415362+08:00</d2p1:StartTime> <d2p1:ZtType>5</d2p1:ZtType> </d2p1:ForeignSessionListModel> <d2p1:ForeignSessionListModel> <d2p1:AuctionSessionID>1</d2p1:AuctionSessionID> <d2p1:AuctionType>6</d2p1:AuctionType> <d2p1:EndTime>2025-06-01T12:02:32.2415362+08:00</d2p1:EndTime> <d2p1:SessionName>sample string 2</d2p1:SessionName> <d2p1:StartTime>2025-06-01T12:02:32.2415362+08:00</d2p1:StartTime> <d2p1:ZtType>5</d2p1:ZtType> </d2p1:ForeignSessionListModel> </Data> </SingleApiResponseOfArrayOfForeignSessionListModelBO9P5ujw>