GetManufacturerDetails NHSTA Api Action.
Module Exports:
- Class: GetManufacturerDetails
Types
Classes
Type Definitions
object
# GetManufacturerDetailsResponse
Type representing the complete response returned by the GetManufacturerDetails 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.<GetManufacturerDetailsResults> | The search results returned by the NHSTA API request. |
FetchResponse |
FetchResponse | Fetch API Response properties. |
object
# GetManufacturerDetailsResults
Type representing the structure of objects found in the 'GetManufacturerDetailsResponse
.Results' array.
Properties:
Name | Type | Description |
---|---|---|
Address |
string | |
Address2 |
string | |
City |
string | |
ContactEmail |
string | |
ContactFax |
string | |
ContactPhone |
string | |
Country |
string | |
DBAs |
string | |
EquipmentItems |
Array.<Record.<string, unknown>> | |
LastUpdated |
string | |
ManufacturerTypes |
Array.<object> | |
ManufacturerTypes[].Name |
string | |
Mfr_CommonName |
string | |
Mfr_ID |
number | |
Mfr_Name |
string | |
OtherManufacturerDetails |
string | |
PostalCode |
string | |
PrimaryProduct |
string | |
PrincipalFirstName |
string | |
PrincipalLastName |
string | |
PrincipalPosition |
string | |
StateProvince |
string | |
SubmittedName |
string | |
SubmittedOn |
string | |
SubmittedPosition |
string | |
VehicleTypes |
Array.<object> | |
VehicleTypes[].GVWRFrom |
string | |
VehicleTypes[].GVWRTo |
string | |
VehicleTypes[].IsPrimary |
boolean | |
VehicleTypes[].Name |
string |