GET api/v1/Reports/Location/GetStoreList?countryId={countryId}&stateId={stateId}&cityId={cityId}&StoreId={StoreId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryId | integer |
None. |
|
stateId | integer |
None. |
|
cityId | integer |
None. |
|
StoreId | string |
None. |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of StoreName | Description | Type | Additional information |
---|---|---|---|
StoreId | string |
None. |
|
StoreName | string |
None. |
|
Address | string |
None. |
|
CountryId | integer |
None. |
|
CountryName | string |
None. |
|
StateId | integer |
None. |
|
StateName | string |
None. |
|
CityId | integer |
None. |
|
CityName | string |
None. |
|
CountryCode | string |
None. |
|
StateCode | string |
None. |
|
CountyId | integer |
None. |
|
CountyName | string |
None. |
|
RegionId | integer |
None. |
|
RegionName | string |
None. |
|
RegionCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StoreId": "sample string 1", "StoreName": "sample string 2", "Address": "sample string 3", "CountryId": 4, "CountryName": "sample string 5", "StateId": 6, "StateName": "sample string 7", "CityId": 8, "CityName": "sample string 9", "CountryCode": "sample string 10", "StateCode": "sample string 11", "CountyId": 12, "CountyName": "sample string 13", "RegionId": 14, "RegionName": "sample string 15", "RegionCode": "sample string 16" }, { "StoreId": "sample string 1", "StoreName": "sample string 2", "Address": "sample string 3", "CountryId": 4, "CountryName": "sample string 5", "StateId": 6, "StateName": "sample string 7", "CityId": 8, "CityName": "sample string 9", "CountryCode": "sample string 10", "StateCode": "sample string 11", "CountyId": 12, "CountyName": "sample string 13", "RegionId": 14, "RegionName": "sample string 15", "RegionCode": "sample string 16" } ]
text/html
Sample:
[{"StoreId":"sample string 1","StoreName":"sample string 2","Address":"sample string 3","CountryId":4,"CountryName":"sample string 5","StateId":6,"StateName":"sample string 7","CityId":8,"CityName":"sample string 9","CountryCode":"sample string 10","StateCode":"sample string 11","CountyId":12,"CountyName":"sample string 13","RegionId":14,"RegionName":"sample string 15","RegionCode":"sample string 16"},{"StoreId":"sample string 1","StoreName":"sample string 2","Address":"sample string 3","CountryId":4,"CountryName":"sample string 5","StateId":6,"StateName":"sample string 7","CityId":8,"CityName":"sample string 9","CountryCode":"sample string 10","StateCode":"sample string 11","CountyId":12,"CountyName":"sample string 13","RegionId":14,"RegionName":"sample string 15","RegionCode":"sample string 16"}]
text/xml
Sample:
<ArrayOfStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <Store> <Address>sample string 3</Address> <CityId>8</CityId> <CityName>sample string 9</CityName> <CountryCode>sample string 10</CountryCode> <CountryId>4</CountryId> <CountryName>sample string 5</CountryName> <CountyId>12</CountyId> <CountyName>sample string 13</CountyName> <RegionCode>sample string 16</RegionCode> <RegionId>14</RegionId> <RegionName>sample string 15</RegionName> <StateCode>sample string 11</StateCode> <StateId>6</StateId> <StateName>sample string 7</StateName> <StoreId>sample string 1</StoreId> <StoreName>sample string 2</StoreName> </Store> <Store> <Address>sample string 3</Address> <CityId>8</CityId> <CityName>sample string 9</CityName> <CountryCode>sample string 10</CountryCode> <CountryId>4</CountryId> <CountryName>sample string 5</CountryName> <CountyId>12</CountyId> <CountyName>sample string 13</CountyName> <RegionCode>sample string 16</RegionCode> <RegionId>14</RegionId> <RegionName>sample string 15</RegionName> <StateCode>sample string 11</StateCode> <StateId>6</StateId> <StateName>sample string 7</StateName> <StoreId>sample string 1</StoreId> <StoreName>sample string 2</StoreName> </Store> </ArrayOfStore>