GET residentapi/vehiclemakes

Get all Vehicle Makes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfString
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "elements": [
    "sample string 1",
    "sample string 2"
  ]
}