Updates the dealership address

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

line1

string

line2

string | null

city

string

state

string

zip

string

latitude

number

longitude

number

api-version

integer

required

Target API version

``204 No Content

``401 Unauthorized

``422 Unprocessable Content

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

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

``

xxxxxxxxxx

curl --request PUT \

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

--header 'accept: application/json' \

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

application/json

401422

Updated3 months ago