GET api/licenseplates/zipcodecheck/{licenseplate}/{zipcode}/{yearofbirth}

Check whether zipcode and year of birth correspond with ownership licenseplate.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
licenseplate

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

string

Required

zipcode

Dutch zipcode (format 9999)

string

Required

yearofbirth

Year of birth of owner vehicle (format yyyy)

integer

Required

Body Parameters

None.

Response Information

Resource Description

Boolean that confirms whether zipcode and year of birth correspond with ownership licenseplate

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>