SetVehicleMake
Associates the vehicle model with a vehicle make. You must associate every vehicle model with a make (or with "Unknown").
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model. | Yes |
identifier
|
The identifier of the vehicle model for which you want to set the make. | Yes |
vehiclemake
|
The name of the manufacturer for the vehicle model. The value that you enter must match one of the values returned from the action ListVehicleMakes. If the manufacturer is not listed by that action, specify Unknown . |
Yes |
Example
This example associates the vehicle model FordFocusRS
with the make Ford
:
/action=SetVehicleMake&database=Cars &identifier=FordFocusRS &vehiclemake=Ford
Response
<autnresponse> <action>SETVEHICLEMAKE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>