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

! This function is deprecated

Navigation on this page

Description of the function

Retrieves the positions, current and historical, of a functionary.

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
first_name string
last_name string
birth_date date
dossier_number 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 DutchBusinessGetAdditionalPositionsResult
functionary struct DutchBusinessAdditionalPositionFunctionary
full_name string
first_name string
initials string
last_name string
date_deceased date
date_of_birth date
place_of_birth string
country_of_birth string
current_positions array {
struct DutchBusinessAdditionalPosition
start_date date
end_date date
end_date_source string
role string
function string
authorization_description string
historical_authorizations array {
struct DutchBusinessPositionAuthorization
start_date date
end_date date
end_date_source string
description string
}
company struct DutchBusinessPositionCompany
kvk string
establishment_number string
legal_name string
trade_name_full string
primary_sbi_code int
financial_status string
}
previous_positions array {
struct DutchBusinessAdditionalPosition
start_date date
end_date date
end_date_source string
role string
function string
authorization_description string
historical_authorizations array {
struct DutchBusinessPositionAuthorization
start_date date
end_date date
end_date_source string
description string
}
company struct DutchBusinessPositionCompany
kvk string
establishment_number string
legal_name string
trade_name_full string
primary_sbi_code int
financial_status string
}
possible_current_positions array {
struct DutchBusinessAdditionalPosition
start_date date
end_date date
end_date_source string
role string
function string
authorization_description string
historical_authorizations array {
struct DutchBusinessPositionAuthorization
start_date date
end_date date
end_date_source string
description string
}
company struct DutchBusinessPositionCompany
kvk string
establishment_number string
legal_name string
trade_name_full string
primary_sbi_code int
financial_status string
}
possible_previous_positions array {
struct DutchBusinessAdditionalPosition
start_date date
end_date date
end_date_source string
role string
function string
authorization_description string
historical_authorizations array {
struct DutchBusinessPositionAuthorization
start_date date
end_date date
end_date_source string
description string
}
company struct DutchBusinessPositionCompany
kvk string
establishment_number string
legal_name string
trade_name_full string
primary_sbi_code int
financial_status string
}