GET api/MasterMenu/GetCountryddl
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
|
| CountryNameAndCountryCode | string |
None. |
|
| Alpha3Code | string |
None. |
|
| IsActive | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CountryID": 1,
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"CountryNameAndCountryCode": "sample string 4",
"Alpha3Code": "sample string 5",
"IsActive": "sample string 6"
},
{
"CountryID": 1,
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"CountryNameAndCountryCode": "sample string 4",
"Alpha3Code": "sample string 5",
"IsActive": "sample string 6"
}
]