/infoservice/crif/score/riskcheckbusiness/
Die OpenAPI Spezifikation dieser API stellen wir als yaml Datei zur Verfügung: /v2.2/api/validate.openapi.yaml
Anfrage Crif Bonitätsauskünfte zu Firmen
Request Datentypen
¹) Für diesen Service nicht relevant und kann weggelassen werden
Order ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| CustomerReference | Ihre eigene Referenz zur Anfrage | type: string maxlength: 40 constraint: optional |
example: "6910-43" |
| ProofOfInterest | Grund für die Anfrage | type: integer constraint: required |
1 = Kreditanfrage 2 = Geschäftsanbahnung 3 = Bonitätsprüfung 4 = Forderung |
| ReportFormat | Report Format | type: string constraint: required |
"NONE" = ohne PDF "PDF" = mit PDF |
| IdentCheckVariant | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
| RequestFeatureCode | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
Company ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| CompanyName | Firmenname | type: string maxlength: 60 constraint: required |
example: "Mustermann GmbH & Co. KG" |
| CommercialRegisterNumber | Handelsregister Nummer | type: string maxlength: 20 constraint: optional |
example: "HRB 210503" |
| VAT_ID | Umsatzsteuer-Id | type: string maxlength: 15 constraint: optional |
example: "DE123456789" |
Person ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| Title | Titel zu einer Person | type: string maxlength: 30 constraint: optional |
example: "Prof. Dr." |
| FirstName | Vorname zu einer Person | type: string maxlength: 40 constraint: required |
example: "Max" |
| LastName | Nachname zu einer Person | type: string maxlength: 40 constraint: required |
example: "Mustermann" |
| Gender | Geschlecht zu einer Person | type: string maxlength: 1 constraint: optional |
"m" = männlich "w" = weiblich; alternativ: "f" (deprecated*)"u" = unbekannt |
| BirthDate | Geburtstag zu einer Person | type: string format: date [YYYY-mm-dd] constraint: optional |
example: "2000-01-01" |
| BirthPlace | Geburtsort zu einer Person | type: string maxlength: 24 constraint: optional |
example: "Musterhausen" |
Address ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| Street | Straße | type: string maxlength: 40 constraint: required |
example: "Muster Straße" |
| HouseNumber | Hausnummer | type: string maxlength: 10 constraint: required |
example: "5-7a" |
| PostalCode | Postleitzahl | type: string maxlength: 10 constraint: required |
example: "12345" |
| City | Stadt | type: string maxlength: 40 constraint: required |
example: "Musterhausen" |
| CountryCode | Länderkürzel nach ISO 3166-1 alpha-2 | type: string maxlength: 2 constraint: required |
Nur "DE" für Deutschland |