GET api/Countries/Get/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"COUNTRYID": "sample string 1",
"NAME": "sample string 2",
"LANGID": "sample string 3",
"TIMESTMP": "2026-05-22T17:55:29.1758117+00:00",
"DbFileName": "sample string 4",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}