Returns a client listing.
GetClientListing(SearchString AS String, IncludeDeleted AS Boolean, IncludeInactive AS Boolean)
XML String
SearchString = Search string for client search.
IncludeDeleted = Select to include deleted records in the results.
IncludeInactive = Select to include inactive records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cLastName |
String |
20 |
Client last name. |
|
cFirstName |
String |
15 |
Client first name. |
|
cArea |
String |
4 |
Area code for home phone. |
|
cHomePhone |
String |
8 |
Home phone. |
|
cBusArea |
String |
4 |
Area code for business phone. |
|
cBusPhone |
String |
8 |
Business phone. |