<!-- Intent: send the pager message with pagercode of 100000 to 
		an array of contacts posted in the body of the request
		and name the alert "My Test Alert"

	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Pager/Send/MY%20Test%20Alert/100000
	-->

<ArrayOfContact>
    <Contact>
		<EntityName>Sample One</EntityName>
		<EntityGuid>a44667cf-e4e5-4f28-b4e2-948ba2065c09</EntityGuid>
		<Pager>5551234567</Pager>
		<SMSNetwork>0</SMSNetwork>
		<PagerNetwork>1</PagerNetwork>
    </Contact>
	<Contact>
		<EntityName>Sample Two</EntityName>
		<EntityGuid>a44667cf-e4e5-4f28-b4e2-948ba2065c09</EntityGuid>
		<Pager>5551234567</Pager>
		<SMSNetwork>0</SMSNetwork>
		<PagerNetwork>7</PagerNetwork>
    </Contact>
</ArrayOfContact>

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