Click or drag to resize

BookingAuthenticateWcfServiceSearchCustomers Method

Search for customers based on a large amount of different (mutually exclusive) search criterias

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 SearchCustomersResult SearchCustomers(
	SearchOrdersCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsSearchOrdersCriteria
SearchOrdersCriteria criteria object

Return Value

Type: SearchCustomersResult
A list of UpdateCustomerCriteria objects containing the customer details

Implements

IBookingAuthenticateWcfServiceSearchCustomers(SearchOrdersCriteria)
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.InputCriteriaRequired: At least one search criteria must be filled out

See Also