Click or drag to resize

BookingAuthenticateWcfServiceOrderInfoArrival Method

Get order info for a customer and possible limit the orders returned on arrival date.

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
C#
public IList<OrderWeb> OrderInfoArrival(
	OrderInfoArrivalCriteria criteria
)

Parameters

criteria
Type: OrderInfoArrivalCriteria
OrderInfoArrivalCriteria criteria object

Return Value

Type: IListOrderWeb
A list of OrderWeb objects

Implements

IBookingAuthenticateWcfServiceOrderInfoArrival(OrderInfoArrivalCriteria)
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

See Also