<!-- Intent: search the records for the sms alerts sent for job 1541867 to
	any EntityName that contains the text "Lindab".
	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/Text/Search/1541867/0/5/TimeStamp/ASC/EntityName/Lindab
	-->

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

<!-- example return value -->
<ArrayOfSMSRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Reports.SMS">
<SMSRecord>
<Address1>25 Raven Avenue</Address1>
<City>Piscataway</City>
<County>Middlesex</County>
<CustomerCode>200201</CustomerCode>
<EntityName>Robert Lindabury</EntityName>
<JobCode>1541867</JobCode>
<Language>English</Language>
<Latitude>40.557746887207031</Latitude>
<ListCode>668027</ListCode>
<Longitude>-74.495903179049492</Longitude>
<PostalCode>08854-3666</PostalCode>
<ReplyText/>
<SMSAddress>9087203553</SMSAddress>
<SMSResult>0</SMSResult>
<State>New Jersey</State>
<TimeStamp>12/1/2012 10:54:51 PM</TimeStamp>
</SMSRecord>
</ArrayOfSMSRecord>