Create Organization Insurance Details
Authorizations
Get token from Auth0 and paste it here
Path Parameters
Body
- DEOrganizationInsuranceDetailsRequest
- GBOrganizationInsuranceDetailsRequest
"DE"German Betriebsnummer (8 digits: xxx-yyyy-z format)
"98797889"
German UNR.S (15 digits: company number + check digit + identifier)
"DE987654321"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
"98797889"
German accident insurance PIN (5 digits)
"12345"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
"98797889"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
"98797889"
DE: Wirtschaftssektor
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 Response
Successful Response
- DEOrganizationInsuranceDetailsResponse
- GBOrganizationInsuranceDetailsResponse
"DE"German Betriebsnummer (8 digits: xxx-yyyy-z format)
^\d{8}$"98797889"
German UNR.S (15 digits: company number + check digit + identifier)
^\d{15}$"DE987654321"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
^\d{8}$"98797889"
German accident insurance PIN (5 digits)
^\d{5}$"12345"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
^\d{8}$"98797889"
German Betriebsnummer (8 digits: xxx-yyyy-z format)
^\d{8}$"98797889"
DE: Wirtschaftssektor
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22