GET api/Master/getShopListSearch?ShopId={ShopId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of clsShopList| Name | Description | Type | Additional information |
|---|---|---|---|
| shopid | string |
None. |
|
| shopname | string |
None. |
|
| shopdesc | string |
None. |
|
| Sector | string |
None. |
|
| imageurl | string |
None. |
|
| productselectionid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"shopid": "sample string 1",
"shopname": "sample string 2",
"shopdesc": "sample string 3",
"Sector": "sample string 4",
"imageurl": "sample string 5",
"productselectionid": "sample string 6"
},
{
"shopid": "sample string 1",
"shopname": "sample string 2",
"shopdesc": "sample string 3",
"Sector": "sample string 4",
"imageurl": "sample string 5",
"productselectionid": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfclsShopList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPWebApi.Models">
<clsShopList>
<Sector>sample string 4</Sector>
<imageurl>sample string 5</imageurl>
<productselectionid>sample string 6</productselectionid>
<shopdesc>sample string 3</shopdesc>
<shopid>sample string 1</shopid>
<shopname>sample string 2</shopname>
</clsShopList>
<clsShopList>
<Sector>sample string 4</Sector>
<imageurl>sample string 5</imageurl>
<productselectionid>sample string 6</productselectionid>
<shopdesc>sample string 3</shopdesc>
<shopid>sample string 1</shopid>
<shopname>sample string 2</shopname>
</clsShopList>
</ArrayOfclsShopList>