GET api/CountryCode/{Country_Code}
Get CountryCode requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Country_Code | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Country_Code": "sample string 1",
"Country_Code_Description": "sample string 2",
"EC_Member_Flag": true,
"Note_Index": 3.0,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}