IBookingWcfService Interface |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public interface IBookingWcfService
The IBookingWcfService type exposes the following members.
| Name | Description | |
|---|---|---|
| AllPictureTypes |
calls the get picture service
to 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 | ||
| RentalObjectConsumptionMeterPictures | ||
| RentalObjects | ||
| 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 base 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 | ||
| RentalObjectsRooms |
Returns a list of RentalObjectRoomWeb containing room data for the matching rental objects.
| |
| RentalObjectsText | ||
| 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.
|