This documentation viewer parses the WDSL of Webservices.nl, and presents an easily readable form.
Select a function from the function list to see its documentation
Grey function names indicate deprecated functions which should not be implemented.
Function: carRDWCarDataV2
! This function is deprecated
Navigation on this page
Description of the function
Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.
Below you will find an overview of the input you must supply to this function, and the output you can expect.
Input to the SOAP server
This is the input you must supply to the SOAP server.
Output from the SOAP server
This is the output that you will receive from the SOAP server. Optional elements are displayed using a gray italic font.
parameters |
struct carRDWCarDataV2Response
out |
struct CarV2
car_data |
struct Car
license_plate |
string |
category |
string |
brand |
string |
model |
string |
colors |
string |
fuel_type |
string |
cylinders |
int |
cylinder_capacity |
int |
seats |
int |
standing_room |
int |
unladen_mass |
int |
gross_vehicle_mass |
int |
mass_ready |
int |
maximum_mass_payload |
int |
maximum_mass_unbraked |
int |
maximum_mass_braked |
int |
maximum_mass_trailer_braked |
int |
maximum_mass_self_braked |
int |
maximum_mass_axle_braked |
int |
date_first_issuing |
string |
date_first_admission |
string |
date_latest_name_registration |
string |
apk_due_date |
string |
|
types |
array {
struct CarType
car_id |
string |
brand |
string |
model |
string |
type |
string |
gearbox |
string |
first_year |
int |
last_year |
int |
|
} |
|
|