Creates a new Vehicle for a Dealership and assigns it to a list of Fleets

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

integer

required

The id of the dealership

available_on

date

required

color

string

fleet_ids

array of integers

required

fleet_ids* ADD integer

license

string

required

license_subregion

string

required

stock_number

string

required

vin

string

required

[A-HJ-NPR-Z0-9]{17}

defleet_vehicles

boolean

truetruefalse

api-version

integer

required

Target API version

``201

Success

``400 Bad Request

``401 Unauthorized

``403 Forbidden

``404 Not found

``406 Not Acceptable

``422 Unprocessable Content

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/dealerships/{id}/vehicles

``

xxxxxxxxxx

curl --request POST \

--url https://api.dealerware.com/admin/dealerships/id/vehicles \

--header 'accept: application/json' \

--header 'content-type: application/json' ``

application/json

400401403404406422

Updated3 months ago