Get Vehicle details

Get Vehicle details

GET https://portal-staging.aiicoplc.com/api/services/app/MotorProductService/GetVehicleDetails?numberPlate=soj003

This endpoint gets vehicle details registered with AutoReg.

Path Parameters

NameTypeDescription

numberPlate*

string

Vehicle number plate.

Headers

NameTypeDescription

X-ApiKey*

string

To be provided.

Content-Type*

string

application/json

{
    "result": {
        "licenseInfo": {
            "color": "BLACK",
            "model": "MDX",
            "registrationNo": "SOJ003",
            "chasisNo": "2HNYD18654H520597",
            "engineNo": "2HNYD18654H520597",
            "vehicleMakeName": "ACURA",
            "vehicleStatus": "Default",
            "isssueDate": "2016-08-05T09:43:29",
            "expiryDate": "2017-08-04T09:43:29",
            "year": "2006"
        },
        "response": {
            "responseCode": "1",
            "responseMessage": "ok"
        }
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated