paymentOrderTemplateDS Data Type

transactionTemplateDS


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
userName string 1/1
Benutztername
userID string 1/1
BenutzterID
seqNumber string 0/1
Laufende Nummer (NUR für Update-Fall wichtig!!)
transactionId gv 1/1
Geschäftsvorfall (UBW oder LAS)
templateTitle string 0/1
Vorlagenbezeichnung: wenn hier befüllt, muss WinDev eine Vorlage anlegen, OHNE TAN-Eingabe!
CdtrIBAN string 0/1
Creditor

IBAN des Creditors
CdtrBIC string 0/1
BIC des Creditors
CdtrNm string 0/1
Name Creditor
CdtrInstitute string 0/1
Institute Creditor
amount decimal 0/1
Betrag, Währung, Verwendungszweck

Betrag
currencyCode string 0/1
Waehrungskennzeichen
RmtInf string 0/1
Verwendungszweck
creditorStreet string 0/1
IZV Creditor Straßenname
creditorStreetNumber string 0/1
IZV Creditor Hausnummer
creditorCountry string 0/1
IZV Creditor Land
creditorZIP string 0/1
IZV Creditor PLZ
creditorCity string 0/1
IZV Creditor Ort
creditorAlternativeAccount string 0/1
de
Angaben zum Empfänger: Alternativ Konto oder IBAN
en
recipient's address: alternativ account number or IBAN
icfClearingBIC string 0/1
IZV BIC der Verrechnungsstelle
icfClearingIBAN string 0/1
IZV IBAN der Verrechnungsstelle
icfChargingScheme string 0/1
IZV Gebührenregelung
icfPrio string 0/1
IZV Priorität
purposeCode string 0/1
de
Zweck
en
Purpose code
icfInfo string 0/1
IZV Info an Empfängerbank
icfInfoText string 0/1
IZV Text für Info an Empfängerbank
DbtrNm string 0/1
Debitor Name
DbtrAccountNumber long 0/1
Debitor Kontonummer
DbtrBankCode long 0/1
Debitor BLZ

Example

<p----->
  <userName>...</userName>
  <userID>...</userID>
  <seqNumber>...</seqNumber>
  <transactionId>...</transactionId>
  <templateTitle>...</templateTitle>
  <CdtrIBAN>...</CdtrIBAN>
  <CdtrBIC>...</CdtrBIC>
  <CdtrNm>...</CdtrNm>
  <CdtrInstitute>...</CdtrInstitute>
  <amount>...</amount>
  <currencyCode>...</currencyCode>
  <RmtInf>...</RmtInf>
  <creditorStreet>...</creditorStreet>
  <creditorStreetNumber>...</creditorStreetNumber>
  <creditorCountry>...</creditorCountry>
  <creditorZIP>...</creditorZIP>
  <creditorCity>...</creditorCity>
  <creditorAlternativeAccount>...</creditorAlternativeAccount>
  <icfClearingBIC>...</icfClearingBIC>
  <icfClearingIBAN>...</icfClearingIBAN>
  <icfChargingScheme>...</icfChargingScheme>
  <icfPrio>...</icfPrio>
  <purposeCode>...</purposeCode>
  <icfInfo>...</icfInfo>
  <icfInfoText>...</icfInfoText>
  <DbtrNm>...</DbtrNm>
  <DbtrAccountNumber>...</DbtrAccountNumber>
  <DbtrBankCode>...</DbtrBankCode>
</p----->