Click or drag to resize

BookingAuthenticateWcfServiceUpdateOrder Method

Updates an existing order

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.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.

See Also