POST api/Statistics/HotCarKeywordGetList
热门搜索 2019年07月30日 (APP) 柳航
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.HotCarKeywordGetListRequest |
Request body formats
application/json, text/json
Sample:
{ "param": { "top": 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:
<HotCarKeywordGetListRequest 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> <Top>1</Top> </Param> </HotCarKeywordGetListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": [ { "carKeywordID": 1, "objID": 2, "keywordName": "sample string 3", "keywordType": 4 }, { "carKeywordID": 1, "objID": 2, "keywordName": "sample string 3", "keywordType": 4 }, { "carKeywordID": 1, "objID": 2, "keywordName": "sample string 3", "keywordType": 4 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfArrayOfHotCarKeywordGetListModelBO9P5ujw 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:HotCarKeywordGetListModel> <d2p1:CarKeywordID>1</d2p1:CarKeywordID> <d2p1:KeywordName>sample string 3</d2p1:KeywordName> <d2p1:KeywordType>4</d2p1:KeywordType> <d2p1:ObjID>2</d2p1:ObjID> </d2p1:HotCarKeywordGetListModel> <d2p1:HotCarKeywordGetListModel> <d2p1:CarKeywordID>1</d2p1:CarKeywordID> <d2p1:KeywordName>sample string 3</d2p1:KeywordName> <d2p1:KeywordType>4</d2p1:KeywordType> <d2p1:ObjID>2</d2p1:ObjID> </d2p1:HotCarKeywordGetListModel> <d2p1:HotCarKeywordGetListModel> <d2p1:CarKeywordID>1</d2p1:CarKeywordID> <d2p1:KeywordName>sample string 3</d2p1:KeywordName> <d2p1:KeywordType>4</d2p1:KeywordType> <d2p1:ObjID>2</d2p1:ObjID> </d2p1:HotCarKeywordGetListModel> </Data> </SingleApiResponseOfArrayOfHotCarKeywordGetListModelBO9P5ujw>