turnoverDSList Data Type

de
Umsatzliste
en
list of transactions

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
turnoverDS list of turnoverDS 0/unbounded
de
Umsatzinformation
en
Turnover details
page page 1/1
de
Seite, falls Umsatzliste mehrere Seiten lang ist
en
page, if turnover list contains more than one page
currentAccountBalance currentAccountBalanceDs 0/1
de
Aktueller Saldo
en
Current balance

Example

<t----->
  <turnoverDS>
    <postingDate>...</postingDate>
    <textKeyInternal>...</textKeyInternal>
    <voucherNumber>...</voucherNumber>
    <voucherNumberConsecutive>...</voucherNumberConsecutive>
    <counterTurnoverFlag>...</counterTurnoverFlag>
    <amountEuro>...</amountEuro>
    <amountCurrency>...</amountCurrency>
    <currencyCode>...</currencyCode>
    <referenceFieldDisk>...</referenceFieldDisk>
    <textKeyDTA>...</textKeyDTA>
    <bankCode>...</bankCode>
    <accountNumber>...</accountNumber>
    <valueDate>...</valueDate>
    <turnoverSupplements>
      <transferReason>...</transferReason>
    </turnoverSupplements>
    <owner>...</owner>
    <gvtype>...</gvtype>
    <name1>...</name1>
    <name2>...</name2>
    <creationTime>...</creationTime>
    <creationDate>...</creationDate>
    <useForTemplate>...</useForTemplate>
  </turnoverDS>
  <page>
    <pageNo>...</pageNo>
    <pageSize>...</pageSize>
    <lastPage>...</lastPage>
    <numberOfRecords>...</numberOfRecords>
  </page>
  <currentAccountBalance>
    <currencyCode>...</currencyCode>
    <amount>...</amount>
    <creditorDebitorSign>...</creditorDebitorSign>
  </currentAccountBalance>
</t----->