How many properties do you have in a certain place? Can we get a list?

You have the possibility to create a list by place and/or some other criteria by using a search request to our Distribution API, chapter 2.1.

For example, if you want to know how many accommodation we offer in Zermatt, Switzerland, you can use the request "/search" which look as follows:

  <Page>1</Page>
  <PageSize>5</PageSize>
  <OrderDirection>Ascending</OrderDirection>
  <OrderBy>price</OrderBy>
  <Currency>EUR</Currency>
  <SalesOffice>2048</SalesOffice>
  <QuickSearch>Zermatt</QuickSearch>
  <Duration>7</Duration>
  <RadiusSearchOff>true</RadiusSearchOff>