get
GET /openwowi/v1.0/AccountancyMasterData/CompanyCodes HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Name": "text",
    "CompanyCodeTypeId": 1,
    "CompanyCodeTypeCode": "text",
    "ManagementId": 1,
    "Management": "text",
    "NodeId": 1,
    "OwnerId": 1,
    "Owner": "text",
    "ValidFrom": "2025-04-26",
    "ValidTo": "2025-04-26",
    "AdministrationTypeId": 1,
    "AdministrationTypeName": "text"
  }
]
get
GET /openwowi/v1.2/AccountancyMasterData/CompanyCodes HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Name": "text",
    "NodeId": 1,
    "ValidFrom": "2025-04-26",
    "ValidTo": "2025-04-26",
    "Management": {
      "Id": 1,
      "IdNum": "text",
      "Name": "text",
      "PersonId": 1
    },
    "Owner": {
      "Id": 1,
      "OwnerNumber": "text"
    },
    "CompanyCodeType": {
      "Id": 1,
      "Name": "text"
    },
    "AdministrationType": {
      "Id": 1,
      "Name": "text"
    },
    "FiscalYears": [
      {
        "Id": 1,
        "Number": 1,
        "Name": "text",
        "ValidFrom": "2025-04-26",
        "ValidTo": "2025-04-26",
        "FirstCalenderMonth": 1,
        "FirstCalenderYear": 1,
        "ValidBookingFrom": "2025-04-26",
        "ValidBookingTo": "2025-04-26",
        "ValidCalenderDateFrom": "2025-04-26",
        "ValidCalenderDateTo": "2025-04-26",
        "CountPeriods": 1
      }
    ],
    "BookingPeriods": [
      {
        "Id": 1,
        "Number": 1,
        "Open": true,
        "OpenCommissioning": true,
        "OpenCooperativeManagement": true,
        "OpenRentAccounting": true,
        "OpenRunningCostDistribution": true,
        "ValidFrom": "2025-04-26",
        "ValidTo": "2025-04-26",
        "FiscalYear": {
          "Id": 1,
          "Number": 1
        }
      }
    ]
  }
]