v3
Click here for a complete list of operations.
GetDemandMatches
Devuelve las casaciones de una demanda
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/GetDemandMatches"
<?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>
<GetDemandMatches xmlns="http://ws.fotocasa.es/">
<page>int</page>
<pageSize>int</pageSize>
<notificationId>long</notificationId>
<offerTypeId>int</offerTypeId>
<languageId>int</languageId>
<signature>string</signature>
</GetDemandMatches>
</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>
<GetDemandMatchesResponse xmlns="http://ws.fotocasa.es/">
<GetDemandMatchesResult>
<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>
</GetDemandMatchesResult>
</GetDemandMatchesResponse>
</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>
<GetDemandMatches xmlns="http://ws.fotocasa.es/">
<page>int</page>
<pageSize>int</pageSize>
<notificationId>long</notificationId>
<offerTypeId>int</offerTypeId>
<languageId>int</languageId>
<signature>string</signature>
</GetDemandMatches>
</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>
<GetDemandMatchesResponse xmlns="http://ws.fotocasa.es/">
<GetDemandMatchesResult>
<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>
</GetDemandMatchesResult>
</GetDemandMatchesResponse>
</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/GetDemandMatches?page=string&pageSize=string¬ificationId=string&offerTypeId=string&languageId=string&signature=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/GetDemandMatches HTTP/1.1 Host: ws.fotocasa.es Content-Type: application/x-www-form-urlencoded Content-Length: length page=string&pageSize=string¬ificationId=string&offerTypeId=string&languageId=string&signature=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>