Click or drag to resize

IBookingWcfService Methods

The IBookingWcfService type exposes the following members.

Methods
  NameDescription
Public methodAllPictureTypes
calls the get picture service to 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
Public methodRentalObjectConsumptionMeterPictures
Public methodRentalObjects
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 base 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
Public methodRentalObjectsRooms
Returns a list of RentalObjectRoomWeb containing room data for the matching rental objects.
Public methodRentalObjectsText
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