POST api/values/GetFavShopStock
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Item | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Item_id": 1,
"ItemName": "sample string 2",
"ItemBrand": "sample string 3",
"IsThereOffer": "sample string 4",
"ItemPrice": 1,
"offer": 1,
"Description": "sample string 5",
"ItemCategory": "sample string 6",
"ItemType": "sample string 7",
"ItemIMG": "sample string 8",
"fav_id": 9,
"Stock": 10,
"Shop_id": 1,
"Shop_price": 1,
"ShopName": "sample string 11",
"Quantitiy": 12,
"ShopType": "sample string 13",
"ShopAddress": "sample string 14",
"ShopMobileNo": "sample string 15",
"ShopOwnerName": "sample string 16",
"ShopIMG": "sample string 17",
"IsActive": "sample string 18",
"IsEnable": true,
"Delivery": 19
}
application/xml, text/xml
Sample:
<Items xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models"> <Delivery>19</Delivery> <Description>sample string 5</Description> <IsActive>sample string 18</IsActive> <IsEnable>true</IsEnable> <IsThereOffer>sample string 4</IsThereOffer> <ItemBrand>sample string 3</ItemBrand> <ItemCategory>sample string 6</ItemCategory> <ItemIMG>sample string 8</ItemIMG> <ItemName>sample string 2</ItemName> <ItemPrice>1</ItemPrice> <ItemType>sample string 7</ItemType> <Item_id>1</Item_id> <Quantitiy>12</Quantitiy> <ShopAddress>sample string 14</ShopAddress> <ShopIMG>sample string 17</ShopIMG> <ShopMobileNo>sample string 15</ShopMobileNo> <ShopName>sample string 11</ShopName> <ShopOwnerName>sample string 16</ShopOwnerName> <ShopType>sample string 13</ShopType> <Shop_id>1</Shop_id> <Shop_price>1</Shop_price> <Stock>10</Stock> <fav_id>9</fav_id> <offer>1</offer> </Items>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.