GET api/PlaceCategory/{id}

Returns place by ID

Request Information

Parameters

NameDescriptionAdditional information
id
Place ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ParentID": 1,
  "RegionID": 2,
  "Active": true,
  "LanguageInfo": [
    {
      "CategoryID": 1,
      "LanguageID": 2,
      "Name": "sample string 3",
      "Keywords": "sample string 4"
    },
    {
      "CategoryID": 1,
      "LanguageID": 2,
      "Name": "sample string 3",
      "Keywords": "sample string 4"
    },
    {
      "CategoryID": 1,
      "LanguageID": 2,
      "Name": "sample string 3",
      "Keywords": "sample string 4"
    }
  ]
}