Click or drag to resize

BookingAuthenticateWcfServiceAddCustomerReview Method

Add a new customer review according to the criteria passed in

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
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.InvalidOrderNo: The provided order number did not match any registered orders.

ErrorCode.CustomerReviewAlreadyExists: A customer review has already been submitted for the supplied order number.

ErrorCode.CustomerReviewMissingRentalObjectNo: Multiple rental agreements exists for the supplied order number. Please supply a rental object number as input criteria, to ensure the review is added to the correct rental agreement.

ErrorCode.[!:Tse.EasyBook.Server.DataContracts.Faults.ErrorCodeEnum.ErrorCodeEnumCustomerReviewInvalidCategory]: One or more of the suppplied customer review categories does not exist or are discontinued.

See Also