DecodeWMI NHSTA Api Action.
Module Exports:
- Class: DecodeWMI
Types
- Type: DecodeWMIResponse
- Type: DecodeWMIResults
Classes
Type Definitions
object
# DecodeWMIResponse
Type representing the complete response returned by the DecodeWMI 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.<DecodeWMIResults> | The search results returned by the NHSTA API request. |
FetchResponse |
FetchResponse | Fetch API Response properties. |
object
# DecodeWMIResults
Type representing the structure of objects found in the 'DecodeWMIResponse
.Results' array.
Properties:
Name | Type | Description |
---|---|---|
CommonName |
string | |
CreatedOn |
string | |
DateAvailableToPublic |
string | |
Make |
string | |
ManufacturerName |
string | |
ParentCompanyName |
string | |
URL |
string | |
UpdatedOn |
string | |
VehicleType |
string |