get
GET /openwowi/v1.0/CommercialInventory/EconomicUnits HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "Name": "text",
    "Location": "text",
    "ConstructionYear": 1,
    "BindingEndDate": "2025-04-26",
    "DistrictId": 1,
    "District": "text",
    "MonumentalProtectionTypeId": 1,
    "MonumentalProtectionType": "text",
    "RegionalResponsibilityId": 1,
    "RegionalResponsibility": "text",
    "Info": "text",
    "AssetIdentificationId": 1,
    "AssetIdentification": "text",
    "StatusId": 1,
    "Status": "text",
    "Owner": {
      "Id": 1,
      "OwnerNumber": "text"
    },
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    }
  }
]
get
GET /openwowi/v1.2/CommercialInventory/EconomicUnits HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "Name": "text",
    "Location": "text",
    "ConstructionYear": 1,
    "Info": "text",
    "BindingEndDate": "2025-04-26",
    "Owner": {
      "Id": 1,
      "OwnerNumber": "text"
    },
    "AssetIdentification": {
      "Id": 1,
      "Name": "text"
    },
    "StatusInventory": {
      "Id": 1,
      "Name": "text"
    },
    "District": {
      "Id": 1,
      "Name": "text"
    },
    "MonumentalProtectionType": {
      "Id": 1,
      "Name": "text"
    },
    "RegionalResponsibility": {
      "Id": 1,
      "Name": "text"
    },
    "Architect": {
      "Id": 1,
      "PersonId": 1,
      "PersonIdNum": "text",
      "PersonName": "text"
    },
    "Caretaker": {
      "Id": 1,
      "PersonId": 1,
      "PersonIdNum": "text",
      "PersonName": "text"
    },
    "AdditionalFields": [
      {
        "Name": "text",
        "Content": "text",
        "Type": "text"
      }
    ],
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    }
  }
]