AddVehicleModelMetadata
Adds custom metadata (a key-value pair) to a vehicle model.
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 add metadata to. | Yes |
key
|
The key to add (maximum 254 bytes). | Yes |
value
|
The value to add (maximum 254 bytes). | Yes |
Example
The following example adds metadata to a vehicle model:
/action=AddVehicleModelMetadata&database=Cars &identifier=FordFocusRS &key=type &value=hatchback-5door
Response
<autnresponse> <action>ADDVEHICLEMODELMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>