POST api/CheckNMVTISData
Request Information
URI Parameters
None.
Body Parameters
CheckNMVISDataRequestName | Description | Type | Additional information |
---|---|---|---|
User | string |
None. |
|
Password | string |
None. |
|
VINNumber | string |
None. |
|
GetOEMInfo | boolean |
None. |
|
GetNVSInfo | boolean |
None. |
|
WebApiAccessKey | string |
None. |
|
DataSource | string |
None. |
|
IP | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "User": "sample string 1", "Password": "sample string 2", "VINNumber": "sample string 3", "GetOEMInfo": true, "GetNVSInfo": true, "WebApiAccessKey": "sample string 6", "DataSource": "sample string 7", "IP": "sample string 8" }
Response Information
Resource Description
CheckNMVTISDataResponseName | Description | Type | Additional information |
---|---|---|---|
LogToken | string |
None. |
|
MessageCode | string |
None. |
|
OEMInfo | OEMInfo |
None. |
|
NVSInfo | Collection of NVSInfo |
None. |
|
Message | string |
None. |
|
Status | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "LogToken": "sample string 1", "MessageCode": "sample string 2", "OEMInfo": { "AntiBrake": "sample string 1", "Driveline": "sample string 2", "FuelEconomyCity": "sample string 3", "FuelEconomyHighway": "sample string 4", "OptionalSeating": "sample string 5", "OverallHeightInch": "sample string 6", "OverallLengthInch": "sample string 7", "OverallWidthInch": "sample string 8", "ProductionSeq": "sample string 9", "StandardSeating": "sample string 10", "Status": "sample string 11", "SteeringType": "sample string 12", "TankGal": "sample string 13", "Transmission": "sample string 14", "TrimLevel": "sample string 15", "vin_body": "sample string 16", "vin_engine": "sample string 17", "vin_make": "sample string 18", "vin_manufacture": "sample string 19", "vin_model": "sample string 20", "vin_year": "sample string 21" }, "NVSInfo": [ { "EventType": "sample string 1", "EventDate": "sample string 2", "EventDescription": "sample string 3" }, { "EventType": "sample string 1", "EventDate": "sample string 2", "EventDescription": "sample string 3" } ], "Message": "sample string 3", "Status": true }