[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] options | String parameter. This is currently unused and reserved for future versions of the API. Pass in an empty string. |
[in] vehicleName | String parameter. This is the name for the vehicle. |
[in] vehicleType | String parameter. This is the type of vehicle. |
[in] vehicleFolderName | String parameter. This is the name of the folder that the vehicle is a member of. |
[out] errorMsg | If an error happpens 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. |
[out] vehicleID | long referring to the ID of the newly created vehicle. |
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> <vehicles> <vehicle name="Truck79" vehcileID="79" error="" /> </vehicles> </root> |
Please see this page.