| ClientServiceClientSearch Method |
Search for clients. Searches on first name, last name, address1, address2, city, state, zip, email, home phone, cell phone, progrmas, program numbers and zone
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<Client> ClientSearch(
string token,
string device,
string search
)
public:
ListResponse<Client^>^ ClientSearch(
String^ token,
String^ device,
String^ search
)
function ClientSearch(token, device, search);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API - search
- Type: SystemString
string to search on
Return Value
Type:
ListResponseClientList of clients
See Also