GET Addresses/GetCitiesShops?id={id}&shopFilter={shopFilter}&smallTown={smallTown}
Get Shops Return list of shops according to the city id and the shop filter term Need to send atleast 2 chars otherwise it will return empty array.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
City id - will get his from Get Cities |
integer |
Required |
shopFilter |
The term to filter on |
string |
Required |
smallTown | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
List of shops in the specific city.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.