GetMakeForManufacturer NHSTA Api Action.
Module Exports:
- Class: GetMakeForManufacturer
Types
Classes
Type Definitions
object
# GetMakeForManufacturerResponse
Type representing the complete response returned by the GetMakeForManufacturer API Action.
Properties:
Name | Type | Description |
---|---|---|
Count |
number | A count of the items returned in the Results array. |
Message |
string | A message describing the Results array. |
SearchCriteria |
string | Search terms (VIN, WMI, manufacturer, etc.) used in the request URL. |
Results |
Array.<GetMakeForManufacturerResults> | The search results returned by the NHSTA API request. |
FetchResponse |
FetchResponse | Fetch API Response properties. |
object
# GetMakeForManufacturerResults
Type representing the structure of objects found in the 'GetMakeForManufacturerResponse
.Results' array.
Properties:
Name | Type | Description |
---|---|---|
Make_ID |
number | |
Make_Name |
string | |
Mfr_Name |
string |