Buchungen nach Wirtschaftseinheiten

Buchungen nach Wirtschaftseinheiten abrufen

Die Wirtschaftseinheit wird im Feld AdditionalAccountId und AdditionalAccountValue ausgeben.

Feld
Beschreibung

AdditionalAccountId

Id der Wirtschaftseinheit

AdditionalAccountValue

IdNum der Wirtschaftseinheit

Version 1.0


get
Autorisierungen
OAuth2passwordErforderlich

Use username and password.

Token URL:
Abfrageparameter
apiKeystringOptional
fiscalYearNumberinteger · int32Optional
Antworten
200

OK

get
/openwowi/v1.0/AccountancyTransactionData/MasterAccount/EconomicUnitBookings
GET /openwowi/v1.0/AccountancyTransactionData/MasterAccount/EconomicUnitBookings HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "CompanyCodeId": 1,
    "CompanyCodeCode": "text",
    "CompanyCodeName": "text",
    "AdministrationTypeId": 1,
    "AdministrationType": "text",
    "MasterAccountId": 1,
    "MasterAccountCode": "text",
    "MasterAccountName": "text",
    "FiscalYearNumber": 1,
    "BookingPeriodNumber": 1,
    "BookingPeriod": "text",
    "BookingText": "text",
    "BookingDate": "2025-12-07",
    "AmountDebit": 1,
    "AmountCredit": 1,
    "AdditionalAccountId": 1,
    "AdditionalAccountValue": "text",
    "BookingTypeId": 1,
    "BookingType": "text"
  }
]

Ab Version 1.2 können die Daten über den Parameter "AdditionalAccountType" im Endpunkt "MasterAccountBookings" gefiltert werden. Den Katalog finden Sie in den Stammdaten.

Zuletzt aktualisiert