<!-- Intent: creates a new scheduled alert to send sms 660197 to contact list 668447
    POST to the following url
    http://api.v4.swiftreach.com/api/Alerts/Schedules/Create
    -->

<!-- XML Input -->
<ScheduledAlert  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema/API.V4.DataWrappers" xsi:type="Schedule_Run_Once">
<IsActive>true</IsActive>
<ScheduleType>run_once</ScheduleType>
<TaskDateTime>4/2/2015 12:00 PM</TaskDateTime>
<TaskName>My Scheduled Alert</TaskName>
<Description>Example of a scheduled alert that will run on a specific date and time</Description>
<ContactLists>
<int>668447</int>
</ContactLists>
<VoiceCode>0</VoiceCode>
<FaxCode>0</FaxCode>
<EmailCode>0</EmailCode>
<SMSCode>660197</SMSCode>
<PagerCode>0</PagerCode>
<HotlinePhone/>
<HotlineSettings xsi:nil="true" />
</ScheduledAlert>


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