Bulk onboarding vehicles by uploading a CSV file, and return a list of results about success/error

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

file

object

fileobject

api-version

integer

required

Target API version

``201 Success

``401 Unauthorized

``403 Forbidden

``415 Unsupported Media Type

``422 Unprocessable Content

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

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

``

xxxxxxxxxx

curl --request POST \

 --url https://api.dealerware.com/admin/dealerships/id/uploads \
 
 --header 'accept: application/json' \
 
 --header 'content-type: application/json'

``

application/json

401403415422

Updated3 months ago