GET api/Places/Get/ByPlaceType/{PlaceTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlaceTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlaceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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.