BookingAuthenticateWcfServiceDeleteOrder Method |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public OrderWeb DeleteOrder( DeleteOrderCriteria 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.InvalidOrderNo: The provided order number did not match any registered orders. ErrorCode.DeleteOrderDeleteNotAllowed: The order cannot be deleted. This could be due to a lack of permission or the order has already been accepted by the customer |