Factsheet

4.2: Vehicle market value

To get a vehicle's market value, issue this command.

Command

dump vhcl_[{brand name}]-[{model name}]-[{year}]*VALUE

  • brand name should be the vehicle's brand;
  • model name should be the vehicle's model; and
  • year should be the vehicle's year.

Example
dump vhcl_[toyota]-[camry]-[2015]*VALUE

{
    "srvcVrsn": "2",
    "userInfo": {
        "id": "us0123456789abcdefghij0123456789",
        "athrzt": {
            "id":  "id1234567890abcdefghij1234567890",
            "key": "ky1234567890abcdefghij1234567890"
        }
    },
    "cmmnd": {
        "cmmnd": "dump vhcl_[toyota]-[camry]-[2015]*VALUE"
    }
}

Response Sample

{
    "exctnFdbck":  {
        "id":   "75"
    },
    "min": "3500000",
    "max": "4500000"
}
Data IdMeaningFurther Info
minThis data stands for the minimum value of the vehicle.If we are unable to provide a value, the value would be 0.
maxThis data stands for the maximum value of the vehicle.If we are unable to provide a value, the value would be 0.