<!-- POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Text/Create
	-->

<SMS_Message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema/SwiftReach.Swift911.Core.Messages.SMS">
<Name>API SMS</Name>
<Description>created by api</Description>
<FromName>SwiftAPI</FromName>
<FromAddress>alerts@swiftreach.com</FromAddress>
<DefaultSpokenLanguage>English</DefaultSpokenLanguage>
<Body>
<SMS_Content>
<SpokenLanguage>English</SpokenLanguage>
<Subject>my subject</Subject>
<Body>
<SMS_TEXT_SOURCE  xsi:type="SMS_TEXT_SOURCE_TEXT">
<Text>this is the body of my sms</Text>
<TextType>sms_text_source_text</TextType>
</SMS_TEXT_SOURCE>
</Body>
</SMS_Content>
</Body>
</SMS_Message>

<!-- example return value -->
<int>123456</int>