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

<SimplePager>
<Name>My Simple Pager Message</Name>
<Description>this is an example of a simple pager message</Description>
<From>2012361344</From>
<Subject>Pager Example</Subject>
<Body>this is a simple pager message.</Body>
</SimplePager>

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