<!-- Intent: retrieve the records for calls into the hotline (866) 802-0837 sent between 3/1/2013 and 3/31/2013
				sorted by time stamp from newest to oldest.
	This will retrieve the 1st page of 5 records.
	GET to the following url
	http://api.v4.swiftreach.com/api/Hotlines/Reports/8668020837/3-1-2013/3-31-2013/1/5/BeginStamp/DESC
	-->

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

<!-- example return value -->
<ArrayOfHotlineRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Reports.Hotline">
<HotlineRecord>
<BeginStamp>3/20/2013 3:35:17 PM</BeginStamp>
<CallRecorded>false</CallRecorded>
<CallResult>hotline_call_no_result</CallResult>
<CallerAddress1></CallerAddress1>
<CallerAddress2></CallerAddress2>
<CallerCity></CallerCity>
<CallerCounty></CallerCounty>
<CallerID>2012361344</CallerID>
<CallerName></CallerName>
<CallerState></CallerState>
<CallerType>0</CallerType>
<CallerTypeDescription>POTS</CallerTypeDescription>
<CallerZip></CallerZip>
<CauseCode>0</CauseCode>
<CompletePlayback>false</CompletePlayback>
<DialedNumber></DialedNumber>
<Digits>3658#,4563#,6,895#,10037#</Digits>
<EndStamp>3/20/2013 3:35:51 PM</EndStamp>
<EntityGuid>6f6b59de-21b8-4a47-8c9c-bfa44d6d8860</EntityGuid>
<HasFeedback>false</HasFeedback>
<HotlineNumber>8668020837</HotlineNumber>
<JobCode>0</JobCode>
<Language></Language>
<Latitude>0</Latitude>
<Longitude>0</Longitude>
<MenuCode>659377</MenuCode>
<MenuName>Custom with RPC</MenuName>
<Minutes>1</Minutes>
<OutBeginStamp i:nil="true" />
<PinValidated>false</PinValidated>
<Replays>0</Replays>
<ResponseResult>0</ResponseResult>
<Seconds>34</Seconds>
<SecondsToAnswer>0</SecondsToAnswer>
<TerminationDescription>N/A</TerminationDescription>
<UserInput></UserInput>
</HotlineRecord>
</ArrayOfHotlineRecord>