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: reactRiskCheckGetRiskPersonCompanyReport

Navigation on this page

Description of the function

Retrieve information about a persons creditworthiness based on his/her business ownerships and insolvency registrations.

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.

auth_reactid string
gender string
initials string
prefix string
last_name string
birth_date string
street string
house_number int
house_number_addition string
postcode string
city string

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.

out struct RiskPersonCompanyReport
person struct RiskPerson
gender string
first_name string
initials string
prefix string
last_name string
birth_date date
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
conclusion struct RiskResult
person_score integer
address_score integer
postcode_score integer
report_data struct RiskCompanyReport
companies array {
struct RiskCompany
dossier_number string
establishment_number string
status string
trade_names array {
string
}
addresses array {
struct RiskCompanyAddress
type string
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
}
function_title string
function_authorization string
function_end_date date
insolvencies array {
struct RiskInsolvency
registration struct RiskInsolvencyRegistration
case_number string
previous_number string
court string
jurisdiction string
district string
deptor string
partner string
publications array {
struct RiskInsolvencyPublication
number string
type string
date date
verdict_date date
}
curators array {
struct RiskInsolvencyCurator
titles string
initials string
prefix string
last_name string
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
telephone_number string
fax_number string
email_address string
mutation_date date
}
judge struct RiskInsolvencyJudge
titles string
initials string
prefix string
last_name string
}
mutation_date date
}
insolvencies array {
struct RiskInsolvency
registration struct RiskInsolvencyRegistration
case_number string
previous_number string
court string
jurisdiction string
district string
deptor string
partner string
publications array {
struct RiskInsolvencyPublication
number string
type string
date date
verdict_date date
}
curators array {
struct RiskInsolvencyCurator
titles string
initials string
prefix string
last_name string
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
telephone_number string
fax_number string
email_address string
mutation_date date
}
judge struct RiskInsolvencyJudge
titles string
initials string
prefix string
last_name string
}
legal_restraint struct RiskLegalRestraint
verdict_number string
person struct RiskLegalRestraintPerson
first_name string
prefix string
last_name string
birth_date date
registry struct RiskLegalRestraintRegistry
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
telephone_number string
email_address string
decisions array {
struct RiskLegalRestraintDecision
number string
cause string
date date
court string
jurisdiction string
district string
administrator struct RiskLegalRestraintAdministrator
role string
name string
address struct RiskAddress
postcode string
building string
street string
house_number integer
house_number_addition string
city string
municipality string
state string
country string
}