GET api/WebservicesNL/DutchBusinessGetDossier?dossier_number={dossier_number}&establishment_number={establishment_number}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dossier_number | string |
Required |
|
establishment_number | string |
None. |
Body Parameters
None.
Response Information
Resource Description
DutchBusinessDossierName | Description | Type | Additional information |
---|---|---|---|
update_info | DutchBusinessUpdateReference |
None. |
|
dossier_number | string |
None. |
|
establishment_number | string |
None. |
|
main_establishment_number | string |
None. |
|
indication_main_establishment | boolean |
None. |
|
rsin_number | string |
None. |
|
chamber_number | string |
None. |
|
legal_form_code | string |
None. |
|
legal_form_text | string |
None. |
|
indication_organisation_code | string |
None. |
|
legal_name | string |
None. |
|
trade_name_45 | string |
None. |
|
trade_name_full | string |
None. |
|
trade_names | string |
None. |
|
establishment_postcode | string |
None. |
|
establishment_city | string |
None. |
|
establishment_street | string |
None. |
|
establishment_house_number | string |
None. |
|
establishment_house_number_addition | string |
None. |
|
correspondence_postcode | string |
None. |
|
correspondence_city | string |
None. |
|
correspondence_street | string |
None. |
|
correspondence_house_number | string |
None. |
|
correspondence_house_number_addition | string |
None. |
|
correspondence_country | string |
None. |
|
telephone_number | string |
None. |
|
mobile_number | string |
None. |
|
domain_name | string |
None. |
|
contact_title1 | string |
None. |
|
contact_title2 | string |
None. |
|
contact_initials | string |
None. |
|
contact_prefix | string |
None. |
|
contact_surname | string |
None. |
|
contact_gender | string |
None. |
|
primary_sbi_code | string |
None. |
|
secondary_sbi_code1 | string |
None. |
|
secondary_sbi_code2 | string |
None. |
|
primary_sbi_code_text | string |
None. |
|
secondary_sbi_code1_text | string |
None. |
|
secondary_sbi_code2_text | string |
None. |
|
personnel | integer |
None. |
|
class_personnel | string |
None. |
|
personnel_fulltime | integer |
None. |
|
class_personnel_fulltime | string |
None. |
|
personnel_reference_date | DutchBusinessDate |
None. |
|
indication_import | boolean |
None. |
|
indication_export | boolean |
None. |
|
indication_economically_active | boolean |
None. |
|
indication_non_mailing | boolean |
None. |
|
indication_bankruptcy | boolean |
None. |
|
indication_dip | boolean |
None. |
|
authorized_share_capital | decimal number |
None. |
|
authorized_share_capital_currency | string |
None. |
|
paid_up_share_capital | decimal number |
None. |
|
paid_up_share_capital_currency | string |
None. |
|
issued_share_capital | decimal number |
None. |
|
issued_share_capital_currency | string |
None. |
|
founding_date | DutchBusinessDate |
None. |
|
continuation_date | DutchBusinessDate |
None. |
|
establishment_date | DutchBusinessDate |
None. |
Response Formats
application/json, text/json
Sample:
{ "update_info": { "dossier_number": "sample string 1", "establishment_number": "sample string 2", "update_types": [ { "entry": "sample string 1" }, { "entry": "sample string 1" } ], "date_last_update": "2025-06-27T08:01:38.9739936+00:00" }, "dossier_number": "sample string 1", "establishment_number": "sample string 2", "main_establishment_number": "sample string 3", "indication_main_establishment": true, "rsin_number": "sample string 4", "chamber_number": "sample string 5", "legal_form_code": "sample string 6", "legal_form_text": "sample string 7", "indication_organisation_code": "sample string 8", "legal_name": "sample string 9", "trade_name_45": "sample string 10", "trade_name_full": "sample string 11", "trade_names": "sample string 12", "establishment_postcode": "sample string 13", "establishment_city": "sample string 14", "establishment_street": "sample string 15", "establishment_house_number": "sample string 16", "establishment_house_number_addition": "sample string 17", "correspondence_postcode": "sample string 18", "correspondence_city": "sample string 19", "correspondence_street": "sample string 20", "correspondence_house_number": "sample string 21", "correspondence_house_number_addition": "sample string 22", "correspondence_country": "sample string 23", "telephone_number": "sample string 24", "mobile_number": "sample string 25", "domain_name": "sample string 26", "contact_title1": "sample string 27", "contact_title2": "sample string 28", "contact_initials": "sample string 29", "contact_prefix": "sample string 30", "contact_surname": "sample string 31", "contact_gender": "sample string 32", "primary_sbi_code": "sample string 33", "secondary_sbi_code1": "sample string 34", "secondary_sbi_code2": "sample string 35", "primary_sbi_code_text": "sample string 36", "secondary_sbi_code1_text": "sample string 37", "secondary_sbi_code2_text": "sample string 38", "personnel": 39, "class_personnel": "sample string 40", "personnel_fulltime": 41, "class_personnel_fulltime": "sample string 42", "personnel_reference_date": { "Year": 1, "Month": 1, "Day": 1 }, "indication_import": true, "indication_export": true, "indication_economically_active": true, "indication_non_mailing": true, "indication_bankruptcy": true, "indication_dip": true, "authorized_share_capital": 1.0, "authorized_share_capital_currency": "sample string 43", "paid_up_share_capital": 1.0, "paid_up_share_capital_currency": "sample string 44", "issued_share_capital": 1.0, "issued_share_capital_currency": "sample string 45", "founding_date": { "Year": 1, "Month": 1, "Day": 1 }, "continuation_date": { "Year": 1, "Month": 1, "Day": 1 }, "establishment_date": { "Year": 1, "Month": 1, "Day": 1 } }