GET api/licenseplates/basic/{licenseplate}
A filtered set of data to provide immediate vehicle recognition feedback to website visitors.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseplate |
Dutch licenseplate following RDW Sidecode (minus signs may be omitted) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Limited set of vehicledata
Kooijmans.Azure.VehicleService.Controllers.LicenseplatesController+BasicVehicleDataName | Description | Type | Additional information |
---|---|---|---|
Licenseplate |
Licenseplate |
string |
None. |
Make |
Make description for displaying to customers |
string |
None. |
Model |
Model description for displaying to customers |
string |
None. |
TypeDescriptionLong |
Type description for displaying to customers |
string |
None. |
PathLogo |
Path where Logo-images are stored |
string |
None. |
PathPhoto |
Path where Photo-images are stored |
string |
None. |
BrandLogo |
Imagefile for brandlogo (with partial leading path). This property must be combined with Pathlogo |
string |
None. |
BrandLogoThumb |
Thumbnail imagefile for brandlogo (with partial leading path). This property must be combined with Pathlogo |
string |
None. |
PhotoFront |
Imagefile for Frontphoto (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
PhotoFrontThumb |
Thumbnail Imagefile for Frontphoto (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
PhotoRear |
Imagefile for Photo of rear (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
PhotoRearThumb |
Thumbnail Imagefile for Photo of rear (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
PhotoInterior |
Imagefile for Interior Photo (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
PhotoInteriorThumb |
Thumbnail Imagefile for Interior Photo (with partial leading path). This property must be combined with PathPhoto |
string |
None. |
ConstructionYear |
Constuctionyear of linked Autotelex vehicletype |
integer |
None. |
ConstructionMonth |
Constuctionmonth of linked Autotelex vehicletype |
integer |
None. |
DatePart1 |
Date on which vehicle was new |
date |
None. |
FuelTypeDescription |
Fueldescription of linked Autotelex vehicletype for displaying to customer |
string |
None. |
VehicleType |
Enumvalue of vehicletype |
Kooijmans.Vehicle.VehicleType |
None. |
ConsumerPrice |
Consumer price in Euro's (Default VAT and BPM included) |
integer |
None. |
CurrentValue |
Current value in Euro's (Default VAT and BPM included) |
integer |
None. |
SecuritySystemClass |
Default System security class (available from catalogue) |
string |
None. |
Source |
Source where data is coming from |
string |
None. |
Response Formats
application/json, text/json
{ "Licenseplate": "sample string 1", "Make": "sample string 2", "Model": "sample string 3", "TypeDescriptionLong": "sample string 4", "PathLogo": "sample string 5", "PathPhoto": "sample string 6", "BrandLogo": "sample string 7", "BrandLogoThumb": "sample string 8", "PhotoFront": "sample string 9", "PhotoFrontThumb": "sample string 10", "PhotoRear": "sample string 11", "PhotoRearThumb": "sample string 12", "PhotoInterior": "sample string 13", "PhotoInteriorThumb": "sample string 14", "ConstructionYear": 15, "ConstructionMonth": 16, "DatePart1": "2025-04-23T01:44:44.9341418+00:00", "FuelTypeDescription": "sample string 18", "VehicleType": "PassengerCar", "ConsumerPrice": 19, "CurrentValue": 20, "SecuritySystemClass": "sample string 21", "Source": "sample string 22" }
application/xml, text/xml
<LicenseplatesController.BasicVehicleData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.kooijmans.nl/vehicledata"> <BrandLogo>sample string 7</BrandLogo> <BrandLogoThumb>sample string 8</BrandLogoThumb> <ConstructionMonth>16</ConstructionMonth> <ConstructionYear>15</ConstructionYear> <ConsumerPrice>19</ConsumerPrice> <CurrentValue>20</CurrentValue> <DatePart1>2025-04-23T01:44:44.9341418+00:00</DatePart1> <FuelTypeDescription>sample string 18</FuelTypeDescription> <Licenseplate>sample string 1</Licenseplate> <Make>sample string 2</Make> <Model>sample string 3</Model> <PathLogo>sample string 5</PathLogo> <PathPhoto>sample string 6</PathPhoto> <PhotoFront>sample string 9</PhotoFront> <PhotoFrontThumb>sample string 10</PhotoFrontThumb> <PhotoInterior>sample string 13</PhotoInterior> <PhotoInteriorThumb>sample string 14</PhotoInteriorThumb> <PhotoRear>sample string 11</PhotoRear> <PhotoRearThumb>sample string 12</PhotoRearThumb> <SecuritySystemClass>sample string 21</SecuritySystemClass> <Source>sample string 22</Source> <TypeDescriptionLong>sample string 4</TypeDescriptionLong> <VehicleType>PassengerCar</VehicleType> </LicenseplatesController.BasicVehicleData>