|
|
 |
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.
API Notes
XML Example
QueryString Example
API Notes - Method: DeleteOutboundItems
| 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. |
*Denotes required fields.
Note: The max number of items returned will be 100 per request. To get a greater number of calls it is necessary to change the value of item_start. For example: item_start=0 returns the first 100 records (0-99) , item_start=100 returns the next 100 records, etc.
XML Example
<?xml version="1.0"?>
<bSmartXML>
<data>
<method_name value="deleteoutbounditems"/>
<user_name value="testdriver"/>
<password value="12345"/>
<tracking_id value=""/>
</data>
</bSmartXML>
QueryString Example
https://www.iping.com/services/iping.asp?method_name=deleteoutbounditems&user_name=testdriver&password=12345&tracking_id=
|
|