get
GET /openwowi/v1.0/AccountancyTransactionData/MasterAccount/LoanBookings HTTP/1.1
Host: 
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-04-26",
    "AmountDebit": 1,
    "AmountCredit": 1,
    "AdditionalAccountId": 1,
    "AdditionalAccountValue": "text",
    "BookingTypeId": 1,
    "BookingType": "text"
  }
]