Click or drag to resize

BookingWcfServiceRentalObjectsBasePrices Method

Returns a list of RentalObjectPriceWeb containing price data for the matching rental objects.

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#
public RentalObjectsBasePriceResult RentalObjectsBasePrices(
	RentalObjectsIntervalCriteria criteria
)

Parameters

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

Return Value

Type: RentalObjectsBasePriceResult
A list of RentalObjectPriceWeb objects containing price data for rental objects

Implements

IBookingWcfServiceRentalObjectsBasePrices(RentalObjectsIntervalCriteria)
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also