GET api/Places/Get/ByRegion/{RegionId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RegionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RequestedPlaceViewModelName | Description | Type | Additional information |
---|---|---|---|
RequestedFromId | string |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
|
Code | string |
None. |
|
Address | string |
None. |
|
CityId | string |
None. |
|
PlaceType | string |
None. |
|
City | SimpleCity |
None. |
|
Region | SimpleRegion |
None. |
|
Country | SimpleCountry |
None. |
|
AddressObject | AddressComponentViewModel |
None. |
|
IsPopular | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.