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

NameTypeDescription

VehicleYear*

string

Vehicle manufacture year

VehicleMake*

string

Vehicle Make

Headers

NameTypeDescription

X-ApiKey*

string

To be provided.

Content-Type*

string

application/json

{
    "result": [
        "TSX",
        "TL",
        "RSX",
        "RL",
        "MDX",
        "CSX"
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated