GET api/Countries_Continent/all_list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of list_country_continent_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| CountryCode | string |
None. |
|
| CountryName | string |
None. |
|
| Flag | string |
None. |
|
| ContinentId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CountryId": 1,
"CountryCode": "sample string 2",
"CountryName": "sample string 3",
"Flag": "sample string 4",
"ContinentId": 5
},
{
"CountryId": 1,
"CountryCode": "sample string 2",
"CountryName": "sample string 3",
"Flag": "sample string 4",
"ContinentId": 5
}
]
application/xml, text/xml
Sample:
<ArrayOflist_country_continent_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
<list_country_continent_dc>
<ContinentId>5</ContinentId>
<CountryCode>sample string 2</CountryCode>
<CountryId>1</CountryId>
<CountryName>sample string 3</CountryName>
<Flag>sample string 4</Flag>
</list_country_continent_dc>
<list_country_continent_dc>
<ContinentId>5</ContinentId>
<CountryCode>sample string 2</CountryCode>
<CountryId>1</CountryId>
<CountryName>sample string 3</CountryName>
<Flag>sample string 4</Flag>
</list_country_continent_dc>
</ArrayOflist_country_continent_dc>