Click or drag to resize

IBookingAuthenticateWcfServiceRentalObjectsCustomerReviews Method

Get customer reviews matching the criteria and across the selected 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. If so, please reduce the number of matching rental objects by adjusting the criteria.

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#
SearchCustomerReviewsResult RentalObjectsCustomerReviews(
	RentalObjectsCustomerReviewsCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsRentalObjectsCustomerReviewsCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.RentalObjectsCustomerReviews(Tse.EasyBook.Server.DataContracts.RentalObjectsCustomerReviewsCriteria)"]

Return Value

Type: SearchCustomerReviewsResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.RentalObjectsCustomerReviews(Tse.EasyBook.Server.DataContracts.RentalObjectsCustomerReviewsCriteria)"]

Exceptions
ExceptionCondition
FaultExceptionAuthorizationFault

The provided username and password is not authorized to call this service method

Fault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

ErrorCode.NumberOfMaxRentalObjectsExceeded: The maximum number rental objects per call is . This value has been exceeded by current criteria.

See Also