GET api/licenseplates

All available Dutch licenseplate formats (RDW)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

return IEnumerable of available Dutch Licenseplates {KsVehicleLicensePlate}

Collection of Kooijmans.Azure.VehicleService.Controllers.LicenseplatesController+KsVehicleLicensePlate
NameDescriptionTypeAdditional information
SideCode

RDW SideCode is given to each licenseplate combination

integer

None.

Format

Format

string

None.

Uri

Uri for querying a specific licenseplate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SideCode": 1,
    "Format": "sample string 2",
    "Uri": "sample string 3"
  },
  {
    "SideCode": 1,
    "Format": "sample string 2",
    "Uri": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLicenseplatesController.KsVehicleLicensePlate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata">
  <LicenseplatesController.KsVehicleLicensePlate>
    <Format>sample string 2</Format>
    <SideCode>1</SideCode>
    <Uri>sample string 3</Uri>
  </LicenseplatesController.KsVehicleLicensePlate>
  <LicenseplatesController.KsVehicleLicensePlate>
    <Format>sample string 2</Format>
    <SideCode>1</SideCode>
    <Uri>sample string 3</Uri>
  </LicenseplatesController.KsVehicleLicensePlate>
</ArrayOfLicenseplatesController.KsVehicleLicensePlate>