Click or drag to resize

BookingWcfService Methods

The BookingWcfService type exposes the following members.

Methods
  NameDescription
Public methodAllPictureTypes
get all Picture types
Public methodArticles
Get list of all articles for the supplied rental object in the currency.
Public methodAttributes
Returns a list of all available rental object attributes. Not all attributes are used on each rental object. AttributeWeb.
Public methodAvailability
Get availability information about a rental object.
Public methodCheckBankInfo
Checks if a bank info is valid
Public methodCheckEan
Checks if a EAN Location Number is valid
Public methodCheckPhoneNumber
Checks if a phone Number is valid
Public methodCheckPostalCode
Checks if a postal code is valid
Public methodDetails
Get detailed information about a rental object and vacancy.
Public methodGeography
Returns a list of regions for the specified country code.
Public methodIgnoreThisMethod
Since RentalObjectPrices is only returned in a zipped file, there's no reference for the class in the schema This method is a small and easy 'hack' to force RentalObjectPrices to be shown on the schema
Public methodLocalization
Returns translations for entities with localized text properties.
Public methodRentalObjectConsumptionMeterPictures
Returns a list of RentalObjectPictureWeb containing consumption picture data for the matching rental objects.
Public methodRentalObjects
Returns a list of RentalObjectWeb containing base data for the matching rental objects. Please note, this method can maximum return data for 10000 rental objects per call. If this maximum is exceeded a FaultException with error code NumberOfMaxRentalObjectsExceeded will be returned.
Public methodRentalObjectsArticles
Returns a list of ArticleWeb containing possible articles and prices in all currencies that can be ordered based on the supplied input criteria
Public methodRentalObjectsBasePrices
Returns a list of RentalObjectPriceWeb containing price data for the matching rental objects.
Public methodRentalObjectsCalendar
Returns a list of RentalObjectVacancyWeb containing a rental object calendar based on the supplied input criteria.
Public methodRentalObjectsCombined
Returns a list of RentalObjectCombinedWeb containing the combined data from actions RentalObjects(RentalObjectsIntervalCriteria), RentalObjectsPictures(RentalObjectsIntervalCriteria), RentalObjectsText(RentalObjectsIntervalCriteria) and RentalObjectsArticles(RentalObjectsIntervalCriteria) for the matching rental objects. Please note, this method can maximum return data for 200 rental objects per call. If this maximum is exceeded a FaultException with error code NumberOfMaxRentalObjectsExceeded will be returned.
Public methodRentalObjectsNumber
Returns a list of RentalObjectBaseWeb containing a rental object number based on the supplied input criteria
Public methodRentalObjectsPictures
Returns a list of RentalObjectPictureWeb containing picture data for the matching rental objects.
Public methodRentalObjectsRooms
Returns a list of RentalObjectRoomWeb containing room data for the matching rental objects.
Public methodRentalObjectsText
Returns a list of RentalObjectTextWeb containing text data for the matching rental objects.
Public methodRentalObjectVacationTypes
Get availability information about a rental object and vacation types.
Public methodSearch
Performs a search for rental objects based on the supplied criteria
Public methodSearchInitialize
Returns a SearchInitializeResult based on the supplied countrycode. The data that can be used as input criteria to the search engine.
Public methodVacationTypes
Get list of all active vacation types.
Top
See Also