Returns 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
The id of the dealership
api-version
integer
required
Target API version
``200 Success
object
city
string
country
string
id
integer
line1
string
line2
string
postal_code
integer
subregion
string
links
object
dealership
object
dealership object
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
xxxxxxxxxx
curl --request GET \
--url https://api.dealerware.com/admin/dealerships/id/address \
--header 'accept: application/json'
xxxxxxxxxx
{
"city": "North Miami",
"country": "US",
"id": 123,
"line1": "1995 NE 142nd St.",
"line2": "Suite 22",
"postal_code": 33134,
"subregion": "FL",
"links": {
"dealership": {
"id": 2,
"href": "https://api.dw-tst.com/admin/some_resources/2"
}
}
}