Skip to main content
POST
Create Organization Insurance Details

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
required

Body

application/json
valid_from
string<date> | null
valid_to
string<date> | null
insurance_country
string
default:DE
Allowed value: "DE"
company_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Example:

"98797889"

unrs
string | null

German UNR.S (15 digits: company number + check digit + identifier)

Example:

"DE987654321"

accident_insurance_company_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Example:

"98797889"

accident_insurance_pin
string | null

German accident insurance PIN (5 digits)

Example:

"12345"

payroll_service_provider_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Example:

"98797889"

payroll_processing_location_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Example:

"98797889"

economic_sector
enum<integer> | null

DE: Wirtschaftssektor

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
u1_selected
boolean
default:false
u2_selected
boolean
default:false
u3_selected
boolean
default:false
agency_id
string | null
alternate_agency_id
string | null
contact_id

Response

Successful Response

id
integer
required
valid_from
string<date> | null
valid_to
string<date> | null
insurance_country
string
default:DE
Allowed value: "DE"
company_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Pattern: ^\d{8}$
Example:

"98797889"

unrs
string | null

German UNR.S (15 digits: company number + check digit + identifier)

Pattern: ^\d{15}$
Example:

"DE987654321"

accident_insurance_company_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Pattern: ^\d{8}$
Example:

"98797889"

accident_insurance_pin
string | null

German accident insurance PIN (5 digits)

Pattern: ^\d{5}$
Example:

"12345"

payroll_service_provider_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Pattern: ^\d{8}$
Example:

"98797889"

payroll_processing_location_number
string | null

German Betriebsnummer (8 digits: xxx-yyyy-z format)

Pattern: ^\d{8}$
Example:

"98797889"

economic_sector
enum<integer> | null

DE: Wirtschaftssektor

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
u1_selected
boolean
default:false
u2_selected
boolean
default:false
u3_selected
boolean
default:false
agency_id
string | null
alternate_agency_id
string | null
contact_id
string | null