GET api/licenseplates/meldcodecheck/{licenseplate}/{meldcode}

Check whether meldcode corresponds with licenseplate.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
licenseplate

Dutch licenseplate following RDW Sidecode (minus signs may be omitted)

string

Required

meldcode

Last 4 characters of Vehicle Identification Number (VIN)

string

Required

Body Parameters

None.

Response Information

Resource Description

Boolean that confirms whether meldcode corresponds with licenseplate

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>