Skip to main content

Definition

Mit Hilfe diese Moduls kannst du die Salden der Sachkonten in DATEV auslesen und wie diese sich auf monatlicher Basis verändert haben.

Response

Eine typische Antwort des Moduls enthält die folgenden Attribute:
{
  "meta": {
    "warnings": [
      "Field not used by target system"
    ],
    "pagination": {
      "total": 125,
      "perPage": 50,
      "currentPage": 1,
      "totalPages": 3
    }
  },
  "data": [
    {
      "accountName": "Cash",
      "accountNumber": "120000",
      "balance": {
        "amount": 1000,
        "debitCreditIndicator": "DEBIT"
      },
      "createdDate": "2025-06-12T00:00:00Z",
      "monthlyValues": [
        {
          "month": 1,
          "balance": {
            "amount": 200,
            "debitCreditIndicator": "DEBIT"
          }
        },
        {
          "month": 2,
          "balance": {
            "amount": 300,
            "debitCreditIndicator": "DEBIT"
          }
        }
      ],
      "openingBalance": {
        "amount": 500,
        "debitCreditIndicator": "DEBIT"
      },
      "totalCreditAmount": 0,
      "totalDebitAmount": 500,
      "updatedDate": "2025-06-12T00:00:00Z"
    }
  ]
}

Verbrauch

Für das ausführen dieses Modul wird 1 Credit berechnet. Deinen detaillierten Verbrauche kannst Du in deinem Dashboard ansehen.