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

Navigation on this page

Description of the function

Fetch a insolvency case from a given publication.

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
publication_id 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 InsolvencyCase
insolvency_id string
magistrate string
previous_insolvency_id string
previous_magistrate string
is_pre_hgk_published boolean
pre_hgk_insolvency_id string
dept_restructuring_number string
removal_date date
legal_subject struct InsolvencyLegalSubject
natural_person struct InsolvencyConcernedPerson
first_name string
initials string
prefix string
last_name string
addresses struct InsolvencyAddresses
hidden boolean
address array {
struct InsolvencyAddress
street string
house_number integer
addition string
postcode string
city string
phone_number string
type string
start_date date
}
birth_date date
birth_city string
birth_country string
deceased_date date
legal_entity struct InsolvencyAffectedCompany
trade_name string
coc_number string
coc_registered_city string
addresses struct InsolvencyAddresses
hidden boolean
address array {
struct InsolvencyAddress
street string
house_number integer
addition string
postcode string
city string
phone_number string
type string
start_date date
}
is_former boolean
treating_authority struct InsolvencyTreatingAuthority
code integer
name string
establishment_code integer
establishment_name string
curators struct InsolvencyCurators
curator array {
struct InsolvencyLegalPerformingPerson
titles string
initials string
prefix string
last_name string
contact_info struct InsolvencyAddress
street string
house_number integer
addition string
postcode string
city string
phone_number string
type string
start_date date
start_date date
end_date date
}
receivers struct InsolvencyReceivers
receiver array {
struct InsolvencyLegalPerformingPerson
titles string
initials string
prefix string
last_name string
contact_info struct InsolvencyAddress
street string
house_number integer
addition string
postcode string
city string
phone_number string
type string
start_date date
start_date date
end_date date
}
events struct InsolvencyPublications
is_legacy boolean
event array {
struct InsolvencyPublication
publication_id string
date date
description string
code string
authority_code integer
court_session struct InsolvencyCourtSession
street string
house_number integer
addition string
city string
}
reports array {
struct InsolvencyReport
report_id string
title string
date date
is_final boolean
}
affected_companies array {
struct InsolvencyAffectedCompany
trade_name string
coc_number string
coc_registered_city string
addresses struct InsolvencyAddresses
hidden boolean
address array {
struct InsolvencyAddress
street string
house_number integer
addition string
postcode string
city string
phone_number string
type string
start_date date
}
is_former boolean
}