GET api/CommonData/GetRegions/{CountryID}
Used to provide a list of country name and codes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Countries
Collection of RegionItem| Name | Description | Type | Additional information |
|---|---|---|---|
| StateProvID | string |
None. |
|
| Name | string |
None. |
|
| CountryID | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.