accountApplicationStatusDS Data Type

de
Datenstruktur Status Antrag
en
data structure status of account request


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
applicationNumber long 1/1
de
Antragsnummer
en
Application number
customerCreditRating string 0/1
de
Ergebnis der Bewertung der Kreditwürdigkeit (z. B. SCHUFA). Es kann je nach
Auskunftei eine Bewertungszahl oder eine Bewertungsstufe ermittelt werden.
en
Result of an automated customer credit rating, e. g., SCHUFA. Depending on the service
provider this is either a rating number or a rating level.
date string 1/1
de
Eingangsdatum des Antrags im System.
en
Entry date of account request in the system.
processingStatus string 1/1
de
Aktueller Antragsstatus. Mögliche Werte z. B.:
∙ 001 Antragseingang
∙ 002 in Bearbeitung
∙ 003 Antrag geprüft
∙ 004 Vertragspaket erstellt
∙ 005 Antrag abgelehnt
∙ 999 Nach CIFRA übertragen

en
current account request processing status. Possible values, e. g.,
∙ 001 entry of account request
∙ 002 in progress
∙ 003 account request checked
∙ 004 contract documents created
∙ 005 account request rejected
∙ 999 transfered to CIFRA
contractBarcode string 0/1
de
Dokumenten-ID des Antragsdokuments.
en
Document id of the account application contract.
pendingSignatures boolean 1/1
de
Unterschriften für Vertagsabschluss ausstehend?
en
Signatures for conclusion of contract pending?
pendingLegitimations boolean 1/1
de
Legitimationen für Vertagsabschluss ausstehend?
en
Legitimations for conclusion of contract pending?

Example

<a----->
  <applicationNumber>...</applicationNumber>
  <customerCreditRating>...</customerCreditRating>
  <date>...</date>
  <processingStatus>...</processingStatus>
  <contractBarcode>...</contractBarcode>
  <pendingSignatures>...</pendingSignatures>
  <pendingLegitimations>...</pendingLegitimations>
</a----->