To create a database to contain vehicle models, use the following procedure.
To create a database to contain vehicle models
Use the CreateVehicleModelDatabase
action, with the database
parameter:
database
|
The name of the new database (maximum 254 bytes). |
For example:
curl http://localhost:14000 -F action=CreateVehicleModelDatabase
-F database=Cars
|