ThomasAPIService SearchPeople Method (Guid, String, DateTime, DateTime)Thomas API Webservices Reference Guide
Searches the database for people which were created in a specified timeframe

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultsList<Person> SearchPeople(
	Guid AgentGUID,
	string AuthToken,
	DateTime CreatedDateFrom,
	DateTime CreatedDateTo
)

Return Value

A ResultsList of People that match the supplied criteria
See Also