Back to index

DeleteStop_v1

This method provides the ability to delete an Incab stop by entering the StopID.

Parameters:

[in] usn The user-name that you need to use to authenticate on this interface.
[in] pwd The password that you need to use to authenticate on this interface.
[in] itemID The item ID of the data item to be deleted.
[in] stopID Guid parameter. This is the unique ID for the stop to be deleted from a job.
[out] errorMsg If an error happens this string contains the error message. In case an error has happened (this variable contains a valid non-empty string) then the return value will not contain any usable data, do not try to parse it as an xml.
return value If the errorMsg variable is null or empty then the returned string contains the requested data in xml format. The xml has the following structure:
<?xml version="1.0" encoding="utf-16"?>
<root>
  <EX_DeleteStop>
  <row VehicleID="6"
   VehicleName="007"
   StopID=9b45319c-62cb-406b-ae2f-c192a37e7f7a
   DeletionTime="2019-04-11 14:57:28Z"
  </EX_DeleteStop>
</root>
Please note this.

Remarks

Minimum R-COM Database version

0.2948

Error messages

Please see this page.