GET api/Region/Get/{id}
Returns a single region by ID
Request Information
Parameters
Name | Description | Additional 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" }