GET api/Region/{id}

Returns a single region by ID

Request Information

Parameters

NameDescriptionAdditional information
id
Region ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Active": true,
  "NameEnglish": "sample string 4"
}