<!-- Intent: Create a new Voice_Message using a minimal set of options
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Voice/Create/Simple
	-->

<SimpleVoice xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
	<Name>My Simple Message</Name>
	<Description>this is an example of a simple message</Description>
	<CallerID>2012361344</CallerID>
	<UseTTS>true</UseTTS>
	<Content>This is the content of my simple message.</Content>
</SimpleVoice>

<!-- example return value -->
<Message_Profile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:type="Voice_Message" xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Messages.Voice">
<ChangeStamp>0001-01-01T00:00:00</ChangeStamp>
<ChangedByUser i:nil="true" />
<CreateStamp>0001-01-01T00:00:00</CreateStamp>
<CreatedByUser i:nil="true" />
<DeleteLocked>false</DeleteLocked>
<Description>this is an example of a simple message</Description>
<LastUsed>0001-01-01T00:00:00</LastUsed>
<Name>My Simple Message</Name>
<Visibility>Visible</Visibility>
<VoiceCode>659837</VoiceCode>
<VoiceType>voice_message</VoiceType>
<AutoRetries>1</AutoRetries>
<AutoRetriesInterval>3</AutoRetriesInterval>
<CallerID>2012361344</CallerID>
<CapacityLimit>0</CapacityLimit>
<CongestionAttempts>2</CongestionAttempts>
<EnableAnsweringMachineDetection>false</EnableAnsweringMachineDetection>
<EnableWaterfall>false</EnableWaterfall>
<RingSeconds>60</RingSeconds>
<AutoReplays>1</AutoReplays>
<ContentProfile>
	<VOICE_ALERT_PROFILE>
	<SpokenLanguage>English</SpokenLanguage>
	<TTY_Text i:nil="true" />
	<VoiceItem>
		<VOICE_ALERT_CONTENT>
		<AudioSource>
			<AUDIO_SOURCE i:type="AUDIO_SOURCE_VOICE">
			<AudioType>audio_source_voice</AudioType>
			<AutoGenerateVoice>true</AutoGenerateVoice>
			<Content>This is the content of my simple message.</Content>
			<FileVersion>0</FileVersion>
			<VoiceCode>100937</VoiceCode>
			</AUDIO_SOURCE>
		</AudioSource>
		<VoiceItemType>alert_human</VoiceItemType>
		</VOICE_ALERT_CONTENT>
	</VoiceItem>
	</VOICE_ALERT_PROFILE>
</ContentProfile>
<DefaultSpokenLanguage>English</DefaultSpokenLanguage>
<EnableAnsweringMachineMessage>false</EnableAnsweringMachineMessage>
<RequireResponse>false</RequireResponse>
<ValidResponses></ValidResponses>
</Message_Profile>