GET api/VehicleMake?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleMake
NameDescriptionTypeAdditional information
VehicleMakeID

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VehicleMakeID": "afc4accd-2ea1-4d8b-87e6-44c5d83a3857",
    "Name": "sample string 2"
  },
  {
    "VehicleMakeID": "afc4accd-2ea1-4d8b-87e6-44c5d83a3857",
    "Name": "sample string 2"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.