Click or drag to resize

BookingAuthenticateRestWcfServiceRentalObjectsCustomerReviews 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#
public SearchCustomerReviewsResult RentalObjectsCustomerReviews(
	string dateFrom,
	string dateTo,
	string rentalObjectNoStart,
	string rentalObjectNoEnd,
	string createdFrom,
	string createdTo,
	string count,
	string offset,
	string reviewStates
)

Parameters

dateFrom
Type: SystemString

[Missing <param name="dateFrom"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

dateTo
Type: SystemString

[Missing <param name="dateTo"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

rentalObjectNoStart
Type: SystemString

[Missing <param name="rentalObjectNoStart"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

rentalObjectNoEnd
Type: SystemString

[Missing <param name="rentalObjectNoEnd"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

createdFrom
Type: SystemString

[Missing <param name="createdFrom"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

createdTo
Type: SystemString

[Missing <param name="createdTo"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

count
Type: SystemString

[Missing <param name="count"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

offset
Type: SystemString

[Missing <param name="offset"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

reviewStates
Type: SystemString

[Missing <param name="reviewStates"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

Return Value

Type: SearchCustomerReviewsResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.RentalObjectsCustomerReviews(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also