getAccountApplicationProcessingStatus Data Type

de
Abruf Eingangstatus Neukunden-Anträge. Es gibt drei Varianten für die Abfrage:
∙ Suche nach allen Anträgen mit einem Tracking-Key in einem Zeitraum
∙ Suche nach allen Anträgen mit einem Tracking-Key in einem bestimmten Status
∙ Suche nach einem Antrag mit einem bestimmten Tracking-Key und Tracking-Wert (üblicherweise Tracking-ID)

en
Request for processing status of account applications of a new customers. There are three variants of the request:
∙ Find all applications with a particular tracking key in a given time interval
∙ Find all applications with a particular tracking key and a given status
∙ Find a single application with a particular tracking key and tracking value (tracking identifier)

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
trackingKey string 1/1
de
Tracking-Schlüssel zur Identifikation des Portals, über das der Antrag eintrifft.
en
Tracking key to identify the portal, through which the account request is made.
trackingValue string 0/1
de
Tracking-Wert zum passenden Tracking-Schlüssel. Somit kommt genau ein Ergebnis zurück.
en
Tracking value for the requested tracking key. Yields only one result.
dateFrom string 0/1
de
Beginndatum des Intervalls zur Auslese der Antragsstatus.
en
Entry date of the interval for the choice of processing status of the account requests.
dateTo string 0/1
de
Enddatum des Intervalls zur Auslese der Antragsstatus.
en
End date of the interval for the choice of processing status of the account requests.
processingStatus string 0/1
de
Antragsstatus, nach dem gesucht wird. 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
Requested processing status of the application. 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

Example

<g----->
  <trackingKey>...</trackingKey>
  <trackingValue>...</trackingValue>
  <dateFrom>...</dateFrom>
  <dateTo>...</dateTo>
  <processingStatus>...</processingStatus>
</g----->