Description
Performs the bLoyal customer quick search algorithm and returns a list of one or more customers that match the criteria. The quick search algorithm may be bLoyal client specific and searches across the fields the client wants to search on.
Parameters
Name |
Type |
Description |
credential |
Credential |
Web service login credentials.
|
searchCriteria |
string |
The string string to search on.
|
exactMatch |
boolean |
If true then an exact match is done on the searchCriteria vs a contains search
|
maxCount |
int |
The maximum number of rows that quicksearch will return.
|
Returns
A CustomerQuickSearchResult element having the structure defined by the following table.
Name |
Type |
Description |
Customer |
Customer |
Returns an Array of customers that met the quick search criteria
|
Faults
Name |
Content |
Description |
SystemFaultFault |
SystemFault |
|
BusinessFaultFault |
BusinessFault |
A bLoyal specific business logic error.
|
RedirectFaultFault |
RedirectFault |
The client account is on another service cluster.
|
SecurityFaultFault |
SecurityFault |
Your web service account does not have access to the method
|