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. | Yes |
newidentifier
|
The identifier of the model to which the image should be associated. | Yes |
/action=MoveVehicleModelImage&database=Cars
&identifier=FordFocusRS
&imagelabel=image3
&newdatabase=Cars
&newidentifier=FordFocus
<autnresponse> <action>MOVEVEHICLEMODELIMAGE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|
|