get
GET /openwowi/v1.0/AccountancyTransactionData/MasterAccount/Balances HTTP/1.1
Host: 
Accept: */*
[
  {
    "CompanyCodeId": 1,
    "MasterAccountId": 1,
    "Code": "text",
    "Name": "text",
    "Name2": "text",
    "FiscalYear": 1,
    "BookingPeriodNumber": 1,
    "CarryForward": 1,
    "Debit": 1,
    "Credit": 1,
    "Balance": 1
  }
]
get
GET /openwowi/v1.2/AccountancyTransactionData/MasterAccountBalances HTTP/1.1
Host: 
Accept: */*
[
  {
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    },
    "MasterAccount": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccount": {
      "Id": 1,
      "Value": "text",
      "Type": {
        "Id": 1,
        "Code": "text"
      }
    },
    "CarryForwardPastYear": 1,
    "Balances": [
      {
        "Period": {
          "Year": 1,
          "Period": 1,
          "Label": "text"
        },
        "CarryForward": 1,
        "Debit": 1,
        "Credit": 1,
        "Balance": 1
      }
    ]
  }
]