Create new issue for the vehicle
| 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 vehicle
description
string
required
api-version
integer
required
Target API version
201
Success
# ``400 Bad Request
# ``401 Unauthorized
# ``403 Forbidden
# ``422 Unprocessable Content
Updated 3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/vehicles/{id}/issues
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/admin/vehicles/id/issues \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
400401403422
Updated 3 months ago