/infoservice/schufa/identcheck/childprotection/
Anfrage Schufa Identitätscheck Altersverifikation
Request Datentypen
Order ⬆️
Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
---|---|---|---|
CustomerReference | Ihre eigene Referenz zur Anfrage | type: string maxlength: 40 constraint: optional |
example: "6910-43" |
ProofOfInterest | Für diesen Service nicht relevant | type: integer constraint: not available |
-- |
ReportFormat | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
IdentCheckVariant | Variante des IdentitätsChecks Produktfreischaltung laut Ihrem Schufa Vertrag |
type: string constraint: required |
Die SCHUFA unterscheidet bei dem Produkt zwischen den folgenden Varianten: - "Standard" - "Jugendschutz" - "Premium" |
RequestFeatureCode | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
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: required |
"m" = männlich "f" = weiblich "u" = unbekannt |
BirthDate | Geburtstag zu einer Person | type: string format: date [YYYY-mm-dd] constraint: required |
example: "1978-01-16" |
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 |
"DE" für Deutschland |