GET api/DealerList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of V_DealerListForConnectedCars
NameDescriptionTypeAdditional information
Id

integer

None.

City

string

String length: inclusive between 0 and 100

Street

string

String length: inclusive between 0 and 250

Country

string

String length: inclusive between 0 and 100

PostCode

string

String length: inclusive between 0 and 50

Email

string

String length: inclusive between 0 and 100

Phone

string

String length: inclusive between 0 and 50

Latitude

decimal number

None.

Longitude

decimal number

None.

County

string

String length: inclusive between 0 and 50

CountryRegionId

string

String length: inclusive between 0 and 10

KnownAs

string

String length: inclusive between 0 and 100

DealerName

string

None.

StateName

string

String length: inclusive between 0 and 50

DealerDirectoryAddressId

integer

None.

WebsiteURL

string

None.

CountryISO2

string

None.

CountryISO3

string

None.

DealerType

string

None.

DealerTypeCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "city": "sample string 2",
    "street": "sample string 3",
    "country": "sample string 4",
    "postCode": "sample string 5",
    "email": "sample string 6",
    "phone": "sample string 7",
    "latitude": 1.0,
    "longitude": 1.0,
    "county": "sample string 8",
    "countryRegionId": "sample string 9",
    "knownAs": "sample string 10",
    "dealerName": "sample string 11",
    "stateName": "sample string 12",
    "dealerDirectoryAddressId": 13,
    "websiteURL": "sample string 14",
    "countryISO2": "sample string 15",
    "countryISO3": "sample string 16",
    "dealerType": "sample string 17",
    "dealerTypeCode": "sample string 18"
  },
  {
    "id": 1,
    "city": "sample string 2",
    "street": "sample string 3",
    "country": "sample string 4",
    "postCode": "sample string 5",
    "email": "sample string 6",
    "phone": "sample string 7",
    "latitude": 1.0,
    "longitude": 1.0,
    "county": "sample string 8",
    "countryRegionId": "sample string 9",
    "knownAs": "sample string 10",
    "dealerName": "sample string 11",
    "stateName": "sample string 12",
    "dealerDirectoryAddressId": 13,
    "websiteURL": "sample string 14",
    "countryISO2": "sample string 15",
    "countryISO3": "sample string 16",
    "dealerType": "sample string 17",
    "dealerTypeCode": "sample string 18"
  }
]