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: carRDWCarDataPrice
Navigation on this page
Description of the function
Retrieves data of a car with a Dutch license plate, including catalog price.
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 carRDWCarDataPriceResponse
out |
struct CarRDWCarDataPrice
basic_car_data |
struct CarV3
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 |
co2_emission |
int |
|
environment_data |
struct CarEnvironment
emission_code |
string |
energy_label |
string |
g3_indication |
boolean |
particulate_filter |
string |
fuel_usage_city |
decimal |
fuel_usage_highway |
decimal |
fuel_usage_combined |
decimal |
|
status_data |
struct CarStatus
insured |
boolean |
awaiting_inspection |
boolean |
missing |
boolean |
stolen |
boolean |
|
power |
decimal |
fuel_types |
array {
} |
top_speed |
int |
catalog_price |
int |
bpm |
int |
bodies |
array {
struct CarBody
id |
int |
code |
string |
description |
string |
|
} |
|
|