BookingWcfService Class |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public class BookingWcfService : IBookingWcfService
The BookingWcfService type exposes the following members.
| Name | Description | |
|---|---|---|
| AllPictureTypes |
get all Picture types
| |
| Articles |
Get list of all articles for the supplied rental object in the currency.
| |
| Attributes |
Returns a list of all available rental object attributes. Not all attributes are used on each rental object. AttributeWeb.
| |
| Availability |
Get availability information about a rental object.
| |
| CheckBankInfo |
Checks if a bank info is valid
| |
| CheckEan |
Checks if a EAN Location Number is valid
| |
| CheckPhoneNumber |
Checks if a phone Number is valid
| |
| CheckPostalCode |
Checks if a postal code is valid
| |
| Details |
Get detailed information about a rental object and vacancy.
| |
| Geography |
Returns a list of regions for the specified country code.
| |
| IgnoreThisMethod |
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
| |
| Localization |
Returns translations for entities with localized text properties.
| |
| RentalObjectConsumptionMeterPictures |
Returns a list of RentalObjectPictureWeb containing consumption picture data for the matching rental objects.
| |
| RentalObjects |
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.
| |
| RentalObjectsArticles |
Returns a list of ArticleWeb containing possible articles and prices in all currencies that can be ordered based on the supplied input criteria
| |
| RentalObjectsBasePrices |
Returns a list of RentalObjectPriceWeb containing price data for the matching rental objects.
| |
| RentalObjectsCalendar |
Returns a list of RentalObjectVacancyWeb containing a rental object calendar based on the supplied input criteria.
| |
| RentalObjectsCombined |
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.
| |
| RentalObjectsNumber |
Returns a list of RentalObjectBaseWeb containing a rental object number based on the supplied input criteria
| |
| RentalObjectsPictures |
Returns a list of RentalObjectPictureWeb containing picture data for the matching rental objects.
| |
| RentalObjectsRooms |
Returns a list of RentalObjectRoomWeb containing room data for the matching rental objects.
| |
| RentalObjectsText |
Returns a list of RentalObjectTextWeb containing text data for the matching rental objects.
| |
| RentalObjectVacationTypes |
Get availability information about a rental object and vacation types.
| |
| Search |
Performs a search for rental objects based on the supplied criteria
| |
| SearchInitialize |
Returns a SearchInitializeResult based on the supplied countrycode.
The data that can be used as input criteria to the search engine.
| |
| VacationTypes |
Get list of all active vacation types.
|