Transaktionsdaten

Die Endpunkte dieser Berechtigung finden Sie im Controller RentAccountingTransactionData.

Offene Posten

Version 1.2


get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample: 20
offsetinteger · int32Optional
rentAccountIdinteger · int32Optional
economicUnitIdinteger · int32Optional
economicUnitIdNumstringOptional
useUnitIdinteger · int32Optional
useUnitNumberstringOptional
licenseAgreementIdinteger · int32Optional
licenseAgreementIdNumstringOptional
licenseAgreementActiveOnstring · date-timeOptional
includeBookingsbooleanOptionalDefault: false
showNullValuesbooleanOptionalDefault: false
Responses
200
OK
get
GET /openwowi/v1.2/RentAccountingTransactionData/RentAccountOpenItems HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "DebitCredit": "text",
    "Amount": 1,
    "DueDate": "2025-06-27",
    "BookingTextOpenItems": "text",
    "OwnReference": "text",
    "Info": "text",
    "IsLocked": true,
    "IsBooked": true,
    "OpenItemMasterAccount": {
      "Id": 1,
      "Code": "text"
    },
    "LicenseAgreement": {
      "Id": 1,
      "IdNum": "text",
      "UseUnit": {
        "Id": 1,
        "UseUnitNumber": "text"
      }
    },
    "BookingCount": 1,
    "Bookings": [
      {
        "Id": 1,
        "DebitCredit": "text",
        "Amount": 1,
        "SignedAmount": 1,
        "Maturity": "2025-06-27",
        "BookingDate": "2025-06-27T10:32:58.986Z",
        "BookingText": "text",
        "BookingNumber": "text",
        "VoucherNumber": "text",
        "MasterAccount": {
          "Id": 1,
          "Code": "text"
        }
      }
    ]
  }
]

Last updated