[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] tripID | INT parameter. This is the external customer TripID. |
[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"?>
Please note this.
<root> <EX_DeleteJob> <row VehicleID="6" VehicleName="007" TripID="10" DeletionTime="2019-04-11 14:57:28Z" JobStatus="s_deleted" </EX_DeleteJob> </root> |
Please see this page.