BookingAuthenticateWcfServiceAddCustomerReview Method |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public CustomerReviewWeb AddCustomerReview( AddCustomerReviewCriteria criteria )
Exception | Condition |
---|---|
FaultException | AuthorizationFault 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. |