get
GET /openwowi/v1.0/AccountancyMasterData/MasterAccounts HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "CompanyCodeId": 1,
    "Code": "text",
    "Name": "text",
    "Name2": "text",
    "AccountChartId": 1,
    "AccountChartIdNum": "text",
    "AccountChartCode": "text",
    "AccountCategoryId": 1,
    "AccountCategoryCode": "text",
    "AccountCategoryName": "text",
    "AccountGroupId": 1,
    "AccountGroupCode": "text",
    "AccountGroupName": "text",
    "AdditionalAccountType1": "text",
    "AdditionalAccountType2": "text",
    "AdditionalAccountType3": "text",
    "AdditionalAccountType4": "text",
    "AdditionalAccountType5": "text",
    "AdditionalAccountType6": "text",
    "MetaMasterAccountId": 1,
    "MetaMasterAccountCode": "text",
    "FIOBookingTypeAccountancyId": 1,
    "FIOBookingTypeAccountancyCode": "text",
    "MasterAccountBalanceSheets": [
      {
        "MasterAccountId": 1,
        "BalanceSheetId": 1,
        "BalanceSheet": "text",
        "BalanceSheetPositionId": 1,
        "BalanceSheetPosition": "text"
      }
    ]
  }
]
get
GET /openwowi/v1.2/AccountancyMasterData/MasterAccounts HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Name": "text",
    "Name2": "text",
    "OtherParameters": {
      "OpenAt": "2025-04-26",
      "ClosedAt": "2025-04-26",
      "Blocked": true,
      "OpenItemAccount": true,
      "Regulation": true,
      "UseAsDefaultMasterAccount": true,
      "UseQuantity": true,
      "FromCarryForward": true,
      "VatDocumentLineId": "text",
      "AutomaticTaxTreatment": true,
      "TaxCertificationRelevantType": {
        "Id": 1,
        "Code": "text"
      },
      "WithholdType": {
        "Id": 1,
        "Code": "text"
      },
      "LegalFamilyList": [
        {
          "Id": 1,
          "Code": "text"
        }
      ]
    },
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    },
    "AccountChart": {
      "Id": 1,
      "IdNum": "text",
      "Code": "text"
    },
    "AccountGroup": {
      "Id": 1,
      "Code": "text",
      "Name": "text",
      "AccountCategory": {
        "Id": 1,
        "Code": "text",
        "Name": "text"
      }
    },
    "BookingTypeAccountancy": {
      "Id": 1,
      "Code": "text",
      "Classification": {
        "Id": 1,
        "Code": "text"
      }
    },
    "MetaMasterAccount": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType1": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType2": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType3": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType4": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType5": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType6": {
      "Id": 1,
      "Code": "text"
    },
    "AdditionalAccountType": [
      {
        "Id": 1,
        "Code": "text"
      }
    ],
    "BalanceSheetPositions": [
      {
        "Id": 1,
        "Number": "text",
        "Line1": "text",
        "Line2": "text",
        "Line3": "text",
        "BalanceSheet": {
          "Id": 1,
          "Code": "text"
        }
      }
    ],
    "AdditionalFields": [
      {
        "Name": "text",
        "Content": "text",
        "Type": "text"
      }
    ]
  }
]