Creates a new Vehicle associated with a Fleet
| 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 fleet
available_on
date
color
string
license
string
license_subregion
string
stock_number
string
vin
string
[A-HJ-NPR-Z0-9]{17}
api-version
integer
required
Target API version
201
Success
# ``401 Unauthorized
# ``403 Forbidden
# ``404 Not found
# ``406 Not Acceptable
# ``422 Unprocessable Content
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/admin/fleets/id/vehicles \
--header 'accept: application/json' \
--header 'content-type: application/json'
Base URL
https://api.dealerware.com/admin/fleets/{id}/vehicles
application/json
401403404406``422