<!-- Intent: retrieve the profile for faxmessage with faxcode of 100000
	GET to the following url
	http://api.v4.swiftreach.com/api/Messages/Fax/100000
	-->

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

<!-- example return value -->
<Fax_Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Messages.Voice">
<ChangeStamp>2012-07-30T15:35:36.303</ChangeStamp>
<ChangedByUser/>
<CreateStamp>2012-07-30T15:35:36.303</CreateStamp>
<CreatedByUser>sample</CreatedByUser>
<DeleteLocked>true</DeleteLocked>
<Description>This is a test message - Deletable</Description>
<LastUsed>0001-01-01T00:00:00</LastUsed>
<Name>Bob's Test Fax</Name>
<Visibility>Visible</Visibility>
<VoiceCode>100000</VoiceCode>
<VoiceType>fax_message</VoiceType>
<AutoRetries>0</AutoRetries>
<AutoRetriesInterval>3</AutoRetriesInterval>
<CallerID>1234567890</CallerID>
<CapacityLimit>0</CapacityLimit>
<CongestionAttempts>3</CongestionAttempts>
<EnableAnsweringMachineDetection>false</EnableAnsweringMachineDetection>
<EnableWaterfall>false</EnableWaterfall>
<RingSeconds>60</RingSeconds>
<Body>
<FAX_TEXT_SOURCE i:type="FAX_TEXT_SOURCE_TEXT">
<TextType>fax_text_source_text</TextType>
<Text>
<div id="wrapper"> <h1> Just the Fax.</h1> <p> This is the fax message text</p> </div>
</Text>
</FAX_TEXT_SOURCE>
</Body>
</Fax_Message>