Skip to main content
POST
Create Orgs Bulk

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
bank_accounts
BankAccountRequest · object[]
required
preferences
DEOrganizationPreferencesRequest · object
required

Whether or not the legal name should be checked for terms on blacklist

registration_country
string
default:DE
Allowed value: "DE"
address
AddressRequest · object
correspondence_address
AddressRequest · object | null
dba_name
string | null
incorporation_date
string<date> | null
website
string | null
external_ref
string | null
Maximum string length: 255
valid_from
string<date> | null
valid_to
string<date> | null
work_sites
WorksiteRequest · object[]
contacts
ContactRequest · object[] | null
sepa_mandates
SepaMandateRequest · object[] | null
insurance_data
DEOrganizationInsuranceDetailsRequest · object
tax_identifiers
TaxIdentifiersRequest · object | null

Response

Successful Response

total
integer
required

Total number of records in the request

succeeded
integer
required
read-only

Number of successfully processed records

failed
integer
required
read-only

Number of failed records

unprocessed
integer
required
read-only

Number of records that passed validation but were not processed

data
OrgResponse · object[]

Successfully processed records

errors
OperationError · object[]

Failed records with error details