get
GET /openwowi/v1.0/CommercialInventory/BuildingLands HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "BuildingLandType": "text",
    "EconomicUnitId": 1,
    "ConstructionYear": 1,
    "BuildingTypeId": 1,
    "Street": "text",
    "StreetComplete": "text",
    "HouseNumberComplete": "text",
    "HouseNumber": "text",
    "HouseNumberAddition": "text",
    "Zip": "text",
    "Town": "text",
    "DistrictId": 1,
    "CountryId": 1,
    "CountryCode": "text",
    "MonumentalProtectionTypeId": 1,
    "MonumentalProtectionType": "text",
    "EntryDate": "2025-04-26",
    "ExitDate": "2025-04-26",
    "MoveInDate": "2025-04-26",
    "ExitReasonId": 1,
    "ExitReason": "text",
    "ChangeReasonId": 1,
    "ChangeReason": "text",
    "OriginId": 1,
    "Origin": "text",
    "EntryReasonId": 1,
    "EntryReason": "text",
    "BuildingConstructionMethodId": 1,
    "BuildingConstructionMethod": "text",
    "BuildingNumberOfStoreys": 1
  }
]
get
GET /openwowi/v1.2/CommercialInventory/BuildingLands HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "BuildingLandType": "Building",
    "EntryDate": "2025-04-26",
    "ExitDate": "2025-04-26",
    "EconomicUnit": {
      "Id": 1,
      "IdNum": "text",
      "Name": "text",
      "Location": "text"
    },
    "EstateAddress": {
      "Zip": "text",
      "Town": "text",
      "Street": "text",
      "HouseNumber": "text",
      "HouseNumberAddition": "text",
      "CountryId": 1,
      "CountryCode": "text",
      "StreetComplete": "text",
      "HouseNumberComplete": "text"
    },
    "Land": {
      "LandArea": 1,
      "EntryReason": {
        "Id": 1,
        "Name": "text"
      }
    },
    "Building": {
      "ConstructionYear": 1,
      "MoveInDate": "2025-04-26",
      "BuildingNumberOfStoreys": 1,
      "ConstructionMethod": {
        "Id": 1,
        "Name": "text"
      },
      "BuildingType": {
        "Id": 1,
        "Name": "text"
      },
      "District": {
        "Id": 1,
        "Name": "text"
      },
      "MonumentalProtectionType": {
        "Id": 1,
        "Name": "text"
      },
      "Origin": {
        "Id": 1,
        "Name": "text"
      },
      "ChangeReason": {
        "Id": 1,
        "Name": "text"
      }
    },
    "ExitReason": {
      "Id": 1,
      "Name": "text"
    },
    "AdditionalFields": [
      {
        "Name": "text",
        "Content": "text",
        "Type": "text"
      }
    ]
  }
]