RenameVehicleModel
Renames a vehicle model. Use this action to change the identifier for a vehicle model that you have already added to a database.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model. | Yes |
identifier
|
The identifier of the vehicle model that you want to rename. | Yes |
newidentifier
|
The new identifier for the vehicle model (maximum 254 bytes). | Yes |
Example
/action=RenameVehicleModel&database=Cars &identifier=FordFocus &newidentifier=FordFocusRS
Response
<autnresponse> <action>RENAMEVEHICLEMODEL</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>