Back to index

SetVehicleInspectionProfile

This method allows you to update a vehicle's Inspection Profile. To set a vehicle back to the default Inspection Profile, call this function with the inspectionName set to an empty string.

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] vehicleID Integer parameter. The vehicleID of the vehicle you wish to set the inspection profile.
[in] inspectionName String parameter. The name of the Inspection Profile to set.
[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.

Remarks

Minimum R-COM Database version

0.2997

Error messages

Please see this page.