Get Makes
Returns all vehicle makes relevant to the parts setup in your CatalogRack configuration.Parameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
year | String | The year selected from the Get Years call | X | ||
parttype | String or Integer | Either the DCi Part Type ID or a text version of the part type name | |||
aaia | String | AAIA brand code | |||
linecode | String | DCi 3 character line code | |||
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetMakes?authkey=&year=2016&format=json", function (msg) { $.each(msg, function() { console.log(this); })});XML: Sample Call
JSON: Sample Call