Important: This documentation applies to v2 of this package.
For v3 docs see vpic.shaggytech.com

Module

api/actions/GetManufacturerDetails

GetManufacturerDetails NHSTA Api Action.

Module Exports:

Types

View Source api/actions/GetManufacturerDetails.ts, line 2

Classes

GetManufacturerDetails

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.

View Source api/actions/GetManufacturerDetails.ts, line 101

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

View Source api/actions/GetManufacturerDetails.ts, line 64