v3
Click here for a complete list of operations.
Search
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /mobile/api/v3.asmx HTTP/1.1
Host: ws.fotocasa.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.fotocasa.es/Search"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Search xmlns="http://ws.fotocasa.es/">
<portalId>int</portalId>
<olapOriginId>int</olapOriginId>
<categoryTypeId>int</categoryTypeId>
<subcategoryTypes>string</subcategoryTypes>
<offerTypeId>int</offerTypeId>
<purchaseTypeId>int</purchaseTypeId>
<text>string</text>
<locations>string</locations>
<priceFrom>string</priceFrom>
<priceTo>string</priceTo>
<surfaceFrom>string</surfaceFrom>
<surfaceTo>string</surfaceTo>
<roomsFrom>int</roomsFrom>
<roomsTo>int</roomsTo>
<bathrooms>int</bathrooms>
<longitude>double</longitude>
<latitude>double</latitude>
<page>int</page>
<pageSize>int</pageSize>
<sort>int</sort>
<conservationStates>string</conservationStates>
<extras>string</extras>
<languageId>int</languageId>
<platformId>int</platformId>
<signature>string</signature>
<periodicityIds>string</periodicityIds>
<clientId>long</clientId>
</Search>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SearchResponse xmlns="http://ws.fotocasa.es/">
<SearchResult>
<Cities>
<string>string</string>
<string>string</string>
</Cities>
<Countries>
<string>string</string>
<string>string</string>
</Countries>
<Provinces>
<string>string</string>
<string>string</string>
</Provinces>
<Info>
<Count>string</Count>
<Query>string</Query>
<WebServer>string</WebServer>
<SearchServer>string</SearchServer>
<RedirectUrl>string</RedirectUrl>
<RecommendationId>string</RecommendationId>
</Info>
<Properties>
<Property>
<SegmentData xsi:nil="true" />
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList xsi:nil="true" />
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls xsi:nil="true" />
<Prices xsi:nil="true" />
<Floor xsi:nil="true" />
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
<Property>
<SegmentData xsi:nil="true" />
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList xsi:nil="true" />
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls xsi:nil="true" />
<Prices xsi:nil="true" />
<Floor xsi:nil="true" />
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
</Properties>
<ParametersRealMedia>string</ParametersRealMedia>
<DataLayer>string</DataLayer>
<PoiType>string</PoiType>
<SavedSearchStatus>int</SavedSearchStatus>
<CanSuggestSavedSearch>boolean</CanSuggestSavedSearch>
</SearchResult>
</SearchResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /mobile/api/v3.asmx HTTP/1.1
Host: ws.fotocasa.es
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Search xmlns="http://ws.fotocasa.es/">
<portalId>int</portalId>
<olapOriginId>int</olapOriginId>
<categoryTypeId>int</categoryTypeId>
<subcategoryTypes>string</subcategoryTypes>
<offerTypeId>int</offerTypeId>
<purchaseTypeId>int</purchaseTypeId>
<text>string</text>
<locations>string</locations>
<priceFrom>string</priceFrom>
<priceTo>string</priceTo>
<surfaceFrom>string</surfaceFrom>
<surfaceTo>string</surfaceTo>
<roomsFrom>int</roomsFrom>
<roomsTo>int</roomsTo>
<bathrooms>int</bathrooms>
<longitude>double</longitude>
<latitude>double</latitude>
<page>int</page>
<pageSize>int</pageSize>
<sort>int</sort>
<conservationStates>string</conservationStates>
<extras>string</extras>
<languageId>int</languageId>
<platformId>int</platformId>
<signature>string</signature>
<periodicityIds>string</periodicityIds>
<clientId>long</clientId>
</Search>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SearchResponse xmlns="http://ws.fotocasa.es/">
<SearchResult>
<Cities>
<string>string</string>
<string>string</string>
</Cities>
<Countries>
<string>string</string>
<string>string</string>
</Countries>
<Provinces>
<string>string</string>
<string>string</string>
</Provinces>
<Info>
<Count>string</Count>
<Query>string</Query>
<WebServer>string</WebServer>
<SearchServer>string</SearchServer>
<RedirectUrl>string</RedirectUrl>
<RecommendationId>string</RecommendationId>
</Info>
<Properties>
<Property>
<SegmentData xsi:nil="true" />
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList xsi:nil="true" />
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls xsi:nil="true" />
<Prices xsi:nil="true" />
<Floor xsi:nil="true" />
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
<Property>
<SegmentData xsi:nil="true" />
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList xsi:nil="true" />
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls xsi:nil="true" />
<Prices xsi:nil="true" />
<Floor xsi:nil="true" />
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
</Properties>
<ParametersRealMedia>string</ParametersRealMedia>
<DataLayer>string</DataLayer>
<PoiType>string</PoiType>
<SavedSearchStatus>int</SavedSearchStatus>
<CanSuggestSavedSearch>boolean</CanSuggestSavedSearch>
</SearchResult>
</SearchResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /mobile/api/v3.asmx/Search?portalId=string&olapOriginId=string&categoryTypeId=string&subcategoryTypes=string&offerTypeId=string&purchaseTypeId=string&text=string&locations=string&priceFrom=string&priceTo=string&surfaceFrom=string&surfaceTo=string&roomsFrom=string&roomsTo=string&bathrooms=string&longitude=string&latitude=string&page=string&pageSize=string&sort=string&conservationStates=string&extras=string&languageId=string&platformId=string&signature=string&periodicityIds=string&clientId=string HTTP/1.1 Host: ws.fotocasa.es
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<PropertyCollection xmlns="http://ws.fotocasa.es/">
<Cities>
<string>string</string>
<string>string</string>
</Cities>
<Countries>
<string>string</string>
<string>string</string>
</Countries>
<Provinces>
<string>string</string>
<string>string</string>
</Provinces>
<Info>
<Count>string</Count>
<Query>string</Query>
<WebServer>string</WebServer>
<SearchServer>string</SearchServer>
<RedirectUrl>string</RedirectUrl>
<RecommendationId>string</RecommendationId>
</Info>
<Properties>
<Property>
<SegmentData>
<CreationDate>dateTime</CreationDate>
<CompanyIdWas>long</CompanyIdWas>
<IsPremiumPosition>boolean</IsPremiumPosition>
<IsOportunityAd>boolean</IsOportunityAd>
<IsHighlightedAd>boolean</IsHighlightedAd>
<ListPositionResult>int</ListPositionResult>
<Country>string</Country>
<County>string</County>
<Locality>string</Locality>
<City>string</City>
<Province>string</Province>
<District>string</District>
<Street>string</Street>
<CityZone>string</CityZone>
<Neighbourhood>string</Neighbourhood>
</SegmentData>
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList>
<string>string</string>
<string>string</string>
</MediaList>
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls>
<UrlDe>string</UrlDe>
<UrlEn>string</UrlEn>
<UrlCa>string</UrlCa>
<UrlEs>string</UrlEs>
</Urls>
<Prices>
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Prices>
<Floor>
<Id>int</Id>
<Description>string</Description>
</Floor>
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
<Property>
<SegmentData>
<CreationDate>dateTime</CreationDate>
<CompanyIdWas>long</CompanyIdWas>
<IsPremiumPosition>boolean</IsPremiumPosition>
<IsOportunityAd>boolean</IsOportunityAd>
<IsHighlightedAd>boolean</IsHighlightedAd>
<ListPositionResult>int</ListPositionResult>
<Country>string</Country>
<County>string</County>
<Locality>string</Locality>
<City>string</City>
<Province>string</Province>
<District>string</District>
<Street>string</Street>
<CityZone>string</CityZone>
<Neighbourhood>string</Neighbourhood>
</SegmentData>
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList>
<string>string</string>
<string>string</string>
</MediaList>
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls>
<UrlDe>string</UrlDe>
<UrlEn>string</UrlEn>
<UrlCa>string</UrlCa>
<UrlEs>string</UrlEs>
</Urls>
<Prices>
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Prices>
<Floor>
<Id>int</Id>
<Description>string</Description>
</Floor>
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
</Properties>
<ParametersRealMedia>string</ParametersRealMedia>
<DataLayer>string</DataLayer>
<PoiType>string</PoiType>
<SavedSearchStatus>int</SavedSearchStatus>
<CanSuggestSavedSearch>boolean</CanSuggestSavedSearch>
</PropertyCollection>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /mobile/api/v3.asmx/Search HTTP/1.1 Host: ws.fotocasa.es Content-Type: application/x-www-form-urlencoded Content-Length: length portalId=string&olapOriginId=string&categoryTypeId=string&subcategoryTypes=string&offerTypeId=string&purchaseTypeId=string&text=string&locations=string&priceFrom=string&priceTo=string&surfaceFrom=string&surfaceTo=string&roomsFrom=string&roomsTo=string&bathrooms=string&longitude=string&latitude=string&page=string&pageSize=string&sort=string&conservationStates=string&extras=string&languageId=string&platformId=string&signature=string&periodicityIds=string&clientId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<PropertyCollection xmlns="http://ws.fotocasa.es/">
<Cities>
<string>string</string>
<string>string</string>
</Cities>
<Countries>
<string>string</string>
<string>string</string>
</Countries>
<Provinces>
<string>string</string>
<string>string</string>
</Provinces>
<Info>
<Count>string</Count>
<Query>string</Query>
<WebServer>string</WebServer>
<SearchServer>string</SearchServer>
<RedirectUrl>string</RedirectUrl>
<RecommendationId>string</RecommendationId>
</Info>
<Properties>
<Property>
<SegmentData>
<CreationDate>dateTime</CreationDate>
<CompanyIdWas>long</CompanyIdWas>
<IsPremiumPosition>boolean</IsPremiumPosition>
<IsOportunityAd>boolean</IsOportunityAd>
<IsHighlightedAd>boolean</IsHighlightedAd>
<ListPositionResult>int</ListPositionResult>
<Country>string</Country>
<County>string</County>
<Locality>string</Locality>
<City>string</City>
<Province>string</Province>
<District>string</District>
<Street>string</Street>
<CityZone>string</CityZone>
<Neighbourhood>string</Neighbourhood>
</SegmentData>
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList>
<string>string</string>
<string>string</string>
</MediaList>
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls>
<UrlDe>string</UrlDe>
<UrlEn>string</UrlEn>
<UrlCa>string</UrlCa>
<UrlEs>string</UrlEs>
</Urls>
<Prices>
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Prices>
<Floor>
<Id>int</Id>
<Description>string</Description>
</Floor>
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
<Property>
<SegmentData>
<CreationDate>dateTime</CreationDate>
<CompanyIdWas>long</CompanyIdWas>
<IsPremiumPosition>boolean</IsPremiumPosition>
<IsOportunityAd>boolean</IsOportunityAd>
<IsHighlightedAd>boolean</IsHighlightedAd>
<ListPositionResult>int</ListPositionResult>
<Country>string</Country>
<County>string</County>
<Locality>string</Locality>
<City>string</City>
<Province>string</Province>
<District>string</District>
<Street>string</Street>
<CityZone>string</CityZone>
<Neighbourhood>string</Neighbourhood>
</SegmentData>
<Id>string</Id>
<OfferTypeId>string</OfferTypeId>
<CategoryTypeId>string</CategoryTypeId>
<ProductList>string</ProductList>
<X>string</X>
<Y>string</Y>
<IsDevelopment>string</IsDevelopment>
<Photo>string</Photo>
<ShowPoi>string</ShowPoi>
<Distance>string</Distance>
<TitleDescription>string</TitleDescription>
<SubTitleDescription>string</SubTitleDescription>
<PriceDescription>string</PriceDescription>
<PromotionId>string</PromotionId>
<PromotionUrl>string</PromotionUrl>
<PeriodicityId>string</PeriodicityId>
<LocationDescription>string</LocationDescription>
<ListDate>string</ListDate>
<IsPropertyNew>boolean</IsPropertyNew>
<Surface>string</Surface>
<NRooms>string</NRooms>
<Bathrooms>string</Bathrooms>
<PhotoSmall>string</PhotoSmall>
<PhotoMedium>string</PhotoMedium>
<PhotoLarge>string</PhotoLarge>
<Phone>string</Phone>
<Comments>string</Comments>
<MediaList>
<string>string</string>
<string>string</string>
</MediaList>
<Title>string</Title>
<HasVideo>boolean</HasVideo>
<Urls>
<UrlDe>string</UrlDe>
<UrlEn>string</UrlEn>
<UrlCa>string</UrlCa>
<UrlEs>string</UrlEs>
</Urls>
<Prices>
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Price d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Prices>
<Floor>
<Id>int</Id>
<Description>string</Description>
</Floor>
<IsProSellHouse>boolean</IsProSellHouse>
<IsProfessional>boolean</IsProfessional>
</Property>
</Properties>
<ParametersRealMedia>string</ParametersRealMedia>
<DataLayer>string</DataLayer>
<PoiType>string</PoiType>
<SavedSearchStatus>int</SavedSearchStatus>
<CanSuggestSavedSearch>boolean</CanSuggestSavedSearch>
</PropertyCollection>