GET api/CountryCode
ODATA enabled get CountryCode requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
options | No documentation available. |
None. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "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 }, { "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 }, { "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 } ], "NextPageLink": null, "Count": 3 }