GET Geo/CountriesByCodes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
codes | Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CountryViewName | Description | Type | Additional information |
---|---|---|---|
id |
Идентификатор страны |
integer |
None. |
code |
Код (ISO) |
string |
None. |
name |
Название |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "code": "sample string 2", "name": "sample string 3" }, { "id": 1, "code": "sample string 2", "name": "sample string 3" } ]