Buchungen nach Vertragskonten

Buchungen nach Vertragskonten abrufen

Das MB/ET-Konto wird im Feld AdditionalAccountId und AdditionalAccountValue ausgeben.

Feld
Beschreibung

AdditionalAccountId

Id der MB-ET-Kontos

AdditionalAccountValue

IdNum des Nutzungsvertrages

Version 1.0


get
Authorizations
Query parameters
apiKeystringOptional
yearinteger · int32Optional
Responses
200
OK
get
GET /openwowi/v1.0/AccountancyTransactionData/MasterAccount/RentAccountBookings 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-06-27",
    "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.

Last updated