BookingAuthenticateWcfServiceUpdateOrderPayment Method |
Namespace: Tse.EasyBook.Server.WcfContracts.WebClient
public OrderWeb UpdateOrderPayment( UpdateOrderPaymentCriteria 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.UpdateOrderPaymentInvalidTicket: The payment ticket is invalid ErrorCode.UpdateOrderPaymentInvalidMerchantId: The merchant ID is null or empty ErrorCode.UpdateOrderPaymentInvalidAmount: The amount is not set to a positive value greater than zero ErrorCode.UpdateOrderPaymentInvalidFormOfPayment: The provided form of payment is not supported by this method ErrorCode.[!:Tse.EasyBook.Server.DataContracts.Faults.ErrorCodeEnum.InvalidFormOfPaymentcurrencyCombination]: The provided form of payment is invalid in conjunction with the selected currency |