GET api/V_ExcelDownload

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of V_ExcelDownload
NameDescriptionTypeAdditional information
Id

string

String length: inclusive between 0 and 50

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

DealerName

string

String length: inclusive between 0 and 100

KnownAs

string

String length: inclusive between 0 and 100

PartsAccountNumber

string

String length: inclusive between 0 and 30

SalesAccountNumber

string

String length: inclusive between 0 and 50

StateName

string

String length: inclusive between 0 and 50

WebsiteURL

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "id": "sample string 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",
    "dealerName": "sample string 10",
    "knownAs": "sample string 11",
    "partsAccountNumber": "sample string 12",
    "salesAccountNumber": "sample string 13",
    "stateName": "sample string 14",
    "websiteURL": "sample string 15"
  },
  {
    "$ref": "2"
  }
]