<!-- Intent: search the records for the email alerts sent for job 1546897 to
	any EntityName that contains the text "Nick".
	This will retrieve the 1st page of 5 records sorted by TimeStamp
	in an Ascending direction.
	GET to the following url
	http://api.v4.swiftreach.com/api/Alerts/Reports/Email/Search/1546897/0/5/TimeStamp/ASC/EntityName/Nick
	-->

<!-- No XML input is required -->

<!-- example return value -->
<ArrayOfEmailRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Reports.Email">
<EmailRecord>
<Address1>14 industrial ave</Address1>
<City>Mahwah</City>
<County/>
<CustomerCode>200201</CustomerCode>
<EmailAddress>alerts@swiftreach.com</EmailAddress>
<EmailResult>Sent</EmailResult>
<EntityGuid>fff8b034-1e34-43eb-878e-3c237555005c</EntityGuid>
<EntityName>Nick</EntityName>
<JobCode>1546897</JobCode>
<Language>English</Language>
<Latitude>0</Latitude>
<ListCode>667987</ListCode>
<Longitude>0</Longitude>
<PostalCode>07430</PostalCode>
<ReadStamp>2013-03-05T10:43:25.263</ReadStamp>
<State>NJ</State>
<TimeStamp>3/5/2013 10:43:11 AM</TimeStamp>
</EmailRecord>
</ArrayOfEmailRecord>