get
GET /openwowi/v1.2/CommercialInventory/Department HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "Name": "text",
    "ManagementId": 1,
    "ParentId": 1,
    "ResponsibleOfficials": [
      {
        "Id": 1,
        "CodeShort": "text",
        "PersonId": 1
      }
    ],
    "UniversalResponsibleOfficials": [
      {
        "Id": 1,
        "CodeShort": "text",
        "PersonId": 1
      }
    ],
    "DepartmentType": {
      "Id": 1,
      "Name": "text"
    },
    "DepartmentSubtype": {
      "Id": 1,
      "Name": "text"
    }
  }
]