get
GET /openwowi/v1.0/AccountancyMasterData/BalanceSheets HTTP/1.1
Host: 
Accept: */*
[
  {
    "BalanceSheetId": 1,
    "BalanceSheetCode": "text",
    "AccountChartId": 1,
    "AccountChartIdNum": "text",
    "AccountChartCode": "text",
    "NodeId": 1,
    "AdministrationTypeId": 1,
    "AdministrationType": "text",
    "BalanceSheetPositions": [
      {
        "Id": 1,
        "Number": "text",
        "LabelLine1": "text",
        "LabelLine2": "text",
        "LabelLine3": "text"
      }
    ]
  }
]
get
GET /openwowi/v1.2/AccountancyMasterData/BalanceSheets HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "NodeId": 1,
    "AccountChart": {
      "Id": 1,
      "IdNum": "text",
      "Code": "text"
    },
    "AdministrationType": {
      "Id": 1,
      "Name": "text"
    },
    "BalanceSheetPositions": [
      {
        "Id": 1,
        "ParentId": 1,
        "Number": "text",
        "FormattedNumber": "text",
        "Line1": "text",
        "Line2": "text",
        "Line3": "text"
      }
    ]
  }
]