Click or drag to resize

IBookingWcfServiceRentalObjectsCombined Method

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.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
RentalObjectsCombinedWebResult RentalObjectsCombined(
	RentalObjectsIntervalCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsRentalObjectsIntervalCriteria
The criteria

Return Value

Type: RentalObjectsCombinedWebResult
A list of RentalObjectCombinedWeb containing the specified data for a rental object
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

ErrorCode.NumberOfMaxRentalObjectsExceeded: Number of maximum rental objects exceeded

See Also