Get Vehicle Make Model
Get Vehicle Make Model
GET
https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetVehicleMakeModel?VehicleMake=acura&VehicleYear=2006
This endpoint gets vehicle Model using the year and make .
Path Parameters
Name
Type
Description
VehicleYear*
string
Vehicle manufacture year
VehicleMake*
string
Vehicle Make
Headers
Name
Type
Description
X-ApiKey*
string
To be provided.
Authentication*
string
application/json
{
"result": [
"TSX",
"TL",
"RSX",
"RL",
"MDX",
"CSX"
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Last updated