Click or drag to resize
ParaPlan Logo

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
)

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: ListResponseClient
List of clients
See Also