MoveVehicleModelImage
Moves a training image from one vehicle model to another. Use this action if you add a training image to the wrong vehicle model.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model with the image to move. | Yes |
identifier
|
The identifier of the model to which the image is currently associated. | Yes |
imagelabel
|
The label of the image to move to a different model. | Yes |
newdatabase
|
The name of the database that contains the vehicle model to which the image should be associated. The default value of this parameter is the same database as specified by the database parameter. |
No |
newidentifier
|
The identifier of the model to which the image should be associated. | Yes |
Example
/action=MoveVehicleModelImage&database=Cars &identifier=FordFocusRS &imagelabel=image3 &newdatabase=Cars &newidentifier=FordFocus
Response
<autnresponse> <action>MOVEVEHICLEMODELIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>