Request Data
Required Information | |
---|---|
Name | Description |
action | editposition |
operation | delete |
target | The name of the location of interest to delete. |
format | xml |
Data Returned
Returned information: A success or error message.
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=editposition&operation=delete&target=MyLocation&format=xml&
Example Success Reply
<success ver="1">
<action>editposition</action>
</success>
Example Error Reply
<error ver="1.0">
<action>editposition</action>
<code>201</code>
<message>Unable to lookup supplied location 'Ryan new'.</message>
</error>