GET api/GetCountryList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfCountryModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of CountryModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "COUNTRY_ID": 1, "COUNTRY_NAME": "sample string 2", "COUNTRY_ISO_2": "sample string 3", "COUNTRY_ISO_3": "sample string 4" }, { "COUNTRY_ID": 1, "COUNTRY_NAME": "sample string 2", "COUNTRY_ISO_2": "sample string 3", "COUNTRY_ISO_3": "sample string 4" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }