/business-accounts
POST business-accounts
Body·
required
application/json
- Type: object ·business
_account
Responses
- application/json
- application/json
Request Example for post/business-accounts
curl https://api.bedrijvencheck.nl/24/business-accounts \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic username:password' \
--data '{
"business_account": {
"id": "",
"external_id": "",
"status": "",
"check_process": "",
"company": {
"company_name": "",
"legal_form": "",
"bank_account": {
"owner": "",
"number": ""
},
"visiting_address": {
"address": "",
"zip_code": "",
"city": "",
"country": ""
},
"postal_address": {
"address": "",
"zip_code": "",
"city": "",
"country": ""
},
"same_address": true,
"industry": "",
"phone_number": "",
"fax_number": "",
"year_established": "",
"coc_registration_number": "",
"rsin_number": "",
"vat_number": "",
"email_address": "",
"finance_email_address": "",
"website": "",
"main_activity": "",
"director": {
"initials": "",
"last_name_prefix": "",
"last_name": "",
"gender": "",
"date_of_birth": "",
"function": "",
"identification_document": {
"type": "",
"number": ""
}
}
},
"contract_contact": {
"first_name": "",
"last_name": "",
"gender": "",
"phone_number": "",
"mobile_phone_number": "",
"email_address": "",
"fax_number": ""
},
"administrative_contact": {
"first_name": "",
"last_name": "",
"gender": "",
"phone_number": "",
"mobile_phone_number": "",
"email_address": "",
"fax_number": ""
},
"same_contact": true,
"users": [
{
"id": "",
"registration_id": "",
"status": "",
"role": "user",
"first_name": "",
"last_name": "",
"email_address": "",
"gender": ""
}
],
"check_executions": [
{
"id": "",
"type": "",
"performed_at": "",
"status": "",
"extra_fields": [
{
"key": "",
"value": ""
}
],
"message": "",
"cases": [
{
"identifier": "",
"type": "",
"matched": [
""
]
}
],
"pdf_report_url": "",
"html_report_url": ""
}
],
"appointments": [
{
"appointment_id": "",
"registration_id": "",
"status": "",
"type": "",
"keysafe_id": "",
"location_id": "",
"external_id": "",
"start_date": "",
"end_date": ""
}
],
"webhooks": [
{
"purpose": "",
"url": ""
}
],
"created_at": "",
"updated_at": "",
"source": {
"source": "",
"sourceid": "",
"organisation_name": "",
"organization_coc_registration_number": "",
"username": "",
"userid": 1,
"location": "",
"location_id": ""
}
}
}'
{
"business_account": {
"id": "string",
"external_id": "string",
"status": "string",
"check_process": "string",
"company": {
"company_name": "string",
"legal_form": "string",
"bank_account": {
"owner": "string",
"number": "string"
},
"visiting_address": {
"address": "string",
"zip_code": "string",
"city": "string",
"country": "string"
},
"postal_address": {
"address": "string",
"zip_code": "string",
"city": "string",
"country": "string"
},
"same_address": true,
"industry": "string",
"phone_number": "string",
"fax_number": "string",
"year_established": "string",
"coc_registration_number": "string",
"rsin_number": "string",
"vat_number": "string",
"email_address": "string",
"finance_email_address": "string",
"website": "string",
"main_activity": "string",
"director": {
"initials": "string",
"last_name_prefix": "string",
"last_name": "string",
"gender": "string",
"date_of_birth": "string",
"function": "string",
"identification_document": {
"type": "string",
"number": "string"
}
}
},
"contract_contact": {
"first_name": "string",
"last_name": "string",
"gender": "string",
"phone_number": "string",
"mobile_phone_number": "string",
"email_address": "string",
"fax_number": "string"
},
"administrative_contact": {
"first_name": "string",
"last_name": "string",
"gender": "string",
"phone_number": "string",
"mobile_phone_number": "string",
"email_address": "string",
"fax_number": "string"
},
"same_contact": true,
"users": [
{
"id": "string",
"registration_id": "string",
"status": "string",
"role": "user",
"first_name": "string",
"last_name": "string",
"email_address": "string",
"gender": "string"
}
],
"check_executions": [
{
"id": "string",
"type": "string",
"performed_at": "string",
"status": "string",
"extra_fields": [
{
"key": "string",
"value": "string"
}
],
"message": "string",
"cases": [
{
"identifier": "string",
"type": "string",
"matched": [
"string"
]
}
],
"pdf_report_url": "string",
"html_report_url": "string"
}
],
"appointments": [
{
"appointment_id": "string",
"registration_id": "string",
"status": "string",
"type": "string",
"keysafe_id": "string",
"location_id": "string",
"location_name": "string",
"external_id": "string",
"start_date": "string",
"end_date": "string"
}
],
"webhooks": [
{
"purpose": "string",
"url": "string"
}
],
"created_at": "2026-09-01T15:15:25.080Z",
"updated_at": "2026-09-01T15:15:25.080Z",
"source": {
"source": "string",
"sourceid": "string",
"organisation_name": "string",
"organization_coc_registration_number": "string",
"username": "string",
"userid": 1,
"location": "string",
"location_id": "string"
}
}
}