GET api/Master/getShopItems?paraAreaId={paraAreaId}¶ProductId={paraProductId}¶ShopId={paraShopId}¶ImageLevel={paraImageLevel}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paraAreaId | string |
Required |
|
| paraProductId | string |
Required |
|
| paraShopId | string |
Required |
|
| paraImageLevel | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of clsShopItems| Name | Description | Type | Additional information |
|---|---|---|---|
| shopid | string |
None. |
|
| shopname | string |
None. |
|
| itemname | string |
None. |
|
| masteritemid | string |
None. |
|
| imageurl | string |
None. |
|
| imagelevel | string |
None. |
|
| discountdetails | string |
None. |
|
| shopimage | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"shopid": "sample string 1",
"shopname": "sample string 2",
"itemname": "sample string 3",
"masteritemid": "sample string 4",
"imageurl": "sample string 5",
"imagelevel": "sample string 6",
"discountdetails": "sample string 7",
"shopimage": "sample string 8"
},
{
"shopid": "sample string 1",
"shopname": "sample string 2",
"itemname": "sample string 3",
"masteritemid": "sample string 4",
"imageurl": "sample string 5",
"imagelevel": "sample string 6",
"discountdetails": "sample string 7",
"shopimage": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfclsShopItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPWebApi.Models">
<clsShopItems>
<discountdetails>sample string 7</discountdetails>
<imagelevel>sample string 6</imagelevel>
<imageurl>sample string 5</imageurl>
<itemname>sample string 3</itemname>
<masteritemid>sample string 4</masteritemid>
<shopid>sample string 1</shopid>
<shopimage>sample string 8</shopimage>
<shopname>sample string 2</shopname>
</clsShopItems>
<clsShopItems>
<discountdetails>sample string 7</discountdetails>
<imagelevel>sample string 6</imagelevel>
<imageurl>sample string 5</imageurl>
<itemname>sample string 3</itemname>
<masteritemid>sample string 4</masteritemid>
<shopid>sample string 1</shopid>
<shopimage>sample string 8</shopimage>
<shopname>sample string 2</shopname>
</clsShopItems>
</ArrayOfclsShopItems>