MoveVehicleModel
Moves a vehicle model from one database to another.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model to move. | Yes |
identifier
|
The identifier of the vehicle model to move. | Yes |
newdatabase
|
The name of the database to move the vehicle model to. | Yes |
Example
/action=MoveVehicleModel&database=cars &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &newdatabase=vans
Response
<autnresponse> <action>MOVEVEHICLEMODEL</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>