Updates the Dealership and/or its Fleets' Settings

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id
integer
required
Numeric id of the requested dealership

email
string

name
string

onboarding_complete
boolean
false / true / false

phone_number
string

fleet_settings
array of objects

api-version
integer
required
Target API version

204 No Content
401 Unauthorized
422 Unprocessable Content

Updated 3 months ago


ShellNodeRubyPHPPython

Bearer

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

xxxxxxxxxx

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

Click Try It! to start a request and see the response here! Or choose an example:

application/json

401
422

Updated 3 months ago