POST api/Institution/InstitutionMobileGetDetailV4
店铺信息获取,用于APP首页V4 (APP) 柳航 2020-11-09
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.InstitutionMobileGetDetailV4Request |
Request body formats
application/json, text/json
Sample:
{ "param": { "institutionID": 1, "cityIDList": [ 1, 2, 3 ], "clientVersion": 2.0, "requestSource": 3 }, "clientInstitutionID": 1, "clientVersion": 2.0, "sessionId": "sample string 3", "requestSource": "sample string 4", "bundleID": "sample string 5", "requestGroupID": "sample string 6", "channel": "sample string 7", "loginUserID": "sample string 8", "clientIP": "sample string 9", "endDeviceNumber": "sample string 10", "cityName": "sample string 11" }
application/xml, text/xml
Sample:
<InstitutionMobileGetDetailV4Request 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 5</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</SessionId> <ClientInstitutionID>1</ClientInstitutionID> <ClientVersion>2</ClientVersion> <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> <ClientVersion>2</ClientVersion> <InstitutionID>1</InstitutionID> <RequestSource>3</RequestSource> </Param> </InstitutionMobileGetDetailV4Request>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": { "bannerList": [ { "localPath": "sample string 1", "toHref": "sample string 2", "bannerID": 3, "imgType": 4, "isOnlyCy": 5 }, { "localPath": "sample string 1", "toHref": "sample string 2", "bannerID": 3, "imgType": 4, "isOnlyCy": 5 }, { "localPath": "sample string 1", "toHref": "sample string 2", "bannerID": 3, "imgType": 4, "isOnlyCy": 5 } ], "noticeList": [ "sample string 1", "sample string 2", "sample string 3" ], "sessionFilterList": [ { "auctionSessionFilterID": 1, "title": "sample string 2", "subTitle": "sample string 3", "imgUrl": "sample string 4", "minImgUrl": "sample string 5", "isGoUrl": 6, "goUrl": "sample string 7" }, { "auctionSessionFilterID": 1, "title": "sample string 2", "subTitle": "sample string 3", "imgUrl": "sample string 4", "minImgUrl": "sample string 5", "isGoUrl": 6, "goUrl": "sample string 7" }, { "auctionSessionFilterID": 1, "title": "sample string 2", "subTitle": "sample string 3", "imgUrl": "sample string 4", "minImgUrl": "sample string 5", "isGoUrl": 6, "goUrl": "sample string 7" } ], "institutionAuctionCount": 1, "lmpSucCount": 2, "institutionTel": "sample string 3", "siteTel": "sample string 4", "applyStatus": 5, "isShowAreaSession": 6, "areaSessionTitle": "sample string 7", "areaSubSessionTitle": "sample string 8", "hotPriceList": [ { "priceName": "sample string 1", "start": 2, "end": 3 }, { "priceName": "sample string 1", "start": 2, "end": 3 }, { "priceName": "sample string 1", "start": 2, "end": 3 } ], "hotBrandList": [ { "brandName": "sample string 1", "brandImgUrl": "sample string 2", "brandID": 3 }, { "brandName": "sample string 1", "brandImgUrl": "sample string 2", "brandID": 3 }, { "brandName": "sample string 1", "brandImgUrl": "sample string 2", "brandID": 3 } ], "shortcutList": [ { "shortcutType": 1, "shortcutName": "sample string 2", "shortcuUrl": "sample string 3", "shortcuImg": "sample string 4", "jbType": 5 }, { "shortcutType": 1, "shortcutName": "sample string 2", "shortcuUrl": "sample string 3", "shortcuImg": "sample string 4", "jbType": 5 }, { "shortcutType": 1, "shortcutName": "sample string 2", "shortcuUrl": "sample string 3", "shortcuImg": "sample string 4", "jbType": 5 } ] }, "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfInstitutionMobileGetDetailV4ModelBO9P5ujw 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:ApplyStatus>5</d2p1:ApplyStatus> <d2p1:AreaSessionTitle>sample string 7</d2p1:AreaSessionTitle> <d2p1:AreaSubSessionTitle>sample string 8</d2p1:AreaSubSessionTitle> <d2p1:BannerList> <d2p1:InstitutionMobileGetDetailBanner> <d2p1:BannerID>3</d2p1:BannerID> <d2p1:ImgType>4</d2p1:ImgType> <d2p1:IsOnlyCy>5</d2p1:IsOnlyCy> <d2p1:LocalPath>sample string 1</d2p1:LocalPath> <d2p1:ToHref>sample string 2</d2p1:ToHref> </d2p1:InstitutionMobileGetDetailBanner> <d2p1:InstitutionMobileGetDetailBanner> <d2p1:BannerID>3</d2p1:BannerID> <d2p1:ImgType>4</d2p1:ImgType> <d2p1:IsOnlyCy>5</d2p1:IsOnlyCy> <d2p1:LocalPath>sample string 1</d2p1:LocalPath> <d2p1:ToHref>sample string 2</d2p1:ToHref> </d2p1:InstitutionMobileGetDetailBanner> <d2p1:InstitutionMobileGetDetailBanner> <d2p1:BannerID>3</d2p1:BannerID> <d2p1:ImgType>4</d2p1:ImgType> <d2p1:IsOnlyCy>5</d2p1:IsOnlyCy> <d2p1:LocalPath>sample string 1</d2p1:LocalPath> <d2p1:ToHref>sample string 2</d2p1:ToHref> </d2p1:InstitutionMobileGetDetailBanner> </d2p1:BannerList> <d2p1:HotBrandList> <d2p1:HotBrandModel> <d2p1:BrandID>3</d2p1:BrandID> <d2p1:BrandImgUrl>sample string 2</d2p1:BrandImgUrl> <d2p1:BrandName>sample string 1</d2p1:BrandName> </d2p1:HotBrandModel> <d2p1:HotBrandModel> <d2p1:BrandID>3</d2p1:BrandID> <d2p1:BrandImgUrl>sample string 2</d2p1:BrandImgUrl> <d2p1:BrandName>sample string 1</d2p1:BrandName> </d2p1:HotBrandModel> <d2p1:HotBrandModel> <d2p1:BrandID>3</d2p1:BrandID> <d2p1:BrandImgUrl>sample string 2</d2p1:BrandImgUrl> <d2p1:BrandName>sample string 1</d2p1:BrandName> </d2p1:HotBrandModel> </d2p1:HotBrandList> <d2p1:HotPriceList> <d2p1:HotPriceModel> <d2p1:End>3</d2p1:End> <d2p1:PriceName>sample string 1</d2p1:PriceName> <d2p1:Start>2</d2p1:Start> </d2p1:HotPriceModel> <d2p1:HotPriceModel> <d2p1:End>3</d2p1:End> <d2p1:PriceName>sample string 1</d2p1:PriceName> <d2p1:Start>2</d2p1:Start> </d2p1:HotPriceModel> <d2p1:HotPriceModel> <d2p1:End>3</d2p1:End> <d2p1:PriceName>sample string 1</d2p1:PriceName> <d2p1:Start>2</d2p1:Start> </d2p1:HotPriceModel> </d2p1:HotPriceList> <d2p1:InstitutionAuctionCount>1</d2p1:InstitutionAuctionCount> <d2p1:InstitutionTel>sample string 3</d2p1:InstitutionTel> <d2p1:IsShowAreaSession>6</d2p1:IsShowAreaSession> <d2p1:LmpSucCount>2</d2p1:LmpSucCount> <d2p1:NoticeList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> <d3p1:string>sample string 3</d3p1:string> </d2p1:NoticeList> <d2p1:SessionFilterList> <d2p1:SessionFilterModel> <d2p1:AuctionSessionFilterID>1</d2p1:AuctionSessionFilterID> <d2p1:GoUrl>sample string 7</d2p1:GoUrl> <d2p1:ImgUrl>sample string 4</d2p1:ImgUrl> <d2p1:IsGoUrl>6</d2p1:IsGoUrl> <d2p1:MinImgUrl>sample string 5</d2p1:MinImgUrl> <d2p1:SubTitle>sample string 3</d2p1:SubTitle> <d2p1:Title>sample string 2</d2p1:Title> </d2p1:SessionFilterModel> <d2p1:SessionFilterModel> <d2p1:AuctionSessionFilterID>1</d2p1:AuctionSessionFilterID> <d2p1:GoUrl>sample string 7</d2p1:GoUrl> <d2p1:ImgUrl>sample string 4</d2p1:ImgUrl> <d2p1:IsGoUrl>6</d2p1:IsGoUrl> <d2p1:MinImgUrl>sample string 5</d2p1:MinImgUrl> <d2p1:SubTitle>sample string 3</d2p1:SubTitle> <d2p1:Title>sample string 2</d2p1:Title> </d2p1:SessionFilterModel> <d2p1:SessionFilterModel> <d2p1:AuctionSessionFilterID>1</d2p1:AuctionSessionFilterID> <d2p1:GoUrl>sample string 7</d2p1:GoUrl> <d2p1:ImgUrl>sample string 4</d2p1:ImgUrl> <d2p1:IsGoUrl>6</d2p1:IsGoUrl> <d2p1:MinImgUrl>sample string 5</d2p1:MinImgUrl> <d2p1:SubTitle>sample string 3</d2p1:SubTitle> <d2p1:Title>sample string 2</d2p1:Title> </d2p1:SessionFilterModel> </d2p1:SessionFilterList> <d2p1:ShortcutList> <d2p1:IndexShortcutModel> <d2p1:JbType>5</d2p1:JbType> <d2p1:ShortcuImg>sample string 4</d2p1:ShortcuImg> <d2p1:ShortcuUrl>sample string 3</d2p1:ShortcuUrl> <d2p1:ShortcutName>sample string 2</d2p1:ShortcutName> <d2p1:ShortcutType>1</d2p1:ShortcutType> </d2p1:IndexShortcutModel> <d2p1:IndexShortcutModel> <d2p1:JbType>5</d2p1:JbType> <d2p1:ShortcuImg>sample string 4</d2p1:ShortcuImg> <d2p1:ShortcuUrl>sample string 3</d2p1:ShortcuUrl> <d2p1:ShortcutName>sample string 2</d2p1:ShortcutName> <d2p1:ShortcutType>1</d2p1:ShortcutType> </d2p1:IndexShortcutModel> <d2p1:IndexShortcutModel> <d2p1:JbType>5</d2p1:JbType> <d2p1:ShortcuImg>sample string 4</d2p1:ShortcuImg> <d2p1:ShortcuUrl>sample string 3</d2p1:ShortcuUrl> <d2p1:ShortcutName>sample string 2</d2p1:ShortcutName> <d2p1:ShortcutType>1</d2p1:ShortcutType> </d2p1:IndexShortcutModel> </d2p1:ShortcutList> <d2p1:SiteTel>sample string 4</d2p1:SiteTel> </Data> </SingleApiResponseOfInstitutionMobileGetDetailV4ModelBO9P5ujw>