BookingAuthenticateWcfServiceUpdateOrder Method |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public OrderWeb UpdateOrder( UpdateOrderCriteria 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.InvalidProfileId: The provided customer profile Id is not a valid GUID or does not match an existing customer ErrorCode.UpdateOrderRentalAgreementNotFound: The provided order number did not contain any rental agreements, or the rental agreements have been deleted ErrorCode.InvalidOrderNo: The provided order number did not match any registered orders. |