Time Managers Services Tools Company
bSmart Communications

  API Methods 
       -PutNotification
       -DeleteOutboundItems
       -GetOutboundItems
       -AddText
       -MixSounds
  Web Integration 


Method Name: deleteoutbounditems
This page provides reference for deleting a scheduled notification. You can delete a single notification by setting the tracking_id for the DeleteOutboundItems method to the tracking_id value that you assigned to the notification when requested using the PutNotification method.

Arguments Value Examples Notes
user_name testdriver valid username
password 12345
tracking_id acme125-615-243 You can delete a single notification by setting the tracking_id for the DeleteOutboundItems method to the tracking_id value that you assigned to the notification when requested using the PutNotification method.


XML Example

<?xml version="1.0"?>
<bSmartXML>
<data>
   <method_name value="deleteoutbounditems"/>
   <user_name value="testdriver"/>
   <password value="12345"/>
   <tracking_id value=""/>
</data>
</bSmartXML>


Test xml methods with the iPing API tester




QueryString Example

https://www.iping.com/services/iping.asp?method_name=deleteoutbounditems&user_name=testdriver&password=12345&tracking_id=


©1998-2007 iPing, Inc. All rights reserved.
Privacy policy | Terms of use | Contact us