GET Api/Product/FetchProductForPlaceStoreWise
Request Information
URI Parameters
None.
Body Parameters
FetchProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | globally unique identifier |
None. |
|
| StoreID | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| Search | string |
None. |
|
| Description | string |
None. |
|
| ImageURL | string |
None. |
|
| HSN | string |
None. |
|
| StorewiseEOQandMOL | string |
None. |
|
| Name | string |
None. |
|
| Rates | decimal number |
None. |
|
| Unit | string |
None. |
|
| SafetyStock | integer |
None. |
|
| EOQ | integer |
None. |
|
| CategoryID | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| AddedBy | string |
None. |
|
| Qty | integer |
None. |
|
| FinalQty | integer |
None. |
|
| UserRemark | string |
None. |
|
| ItemCode | string |
None. |
|
| SubCategoryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": "7773ac05-0b35-485d-82ba-04666fecab7b",
"StoreID": "ad5f98ad-887a-4b24-acc0-ea12665997fa",
"CategoryName": "sample string 3",
"Search": "sample string 4",
"Description": "sample string 5",
"ImageURL": "sample string 6",
"HSN": "sample string 7",
"StorewiseEOQandMOL": "sample string 8",
"Name": "sample string 9",
"Rates": 10.0,
"Unit": "sample string 11",
"SafetyStock": 12,
"EOQ": 13,
"CategoryID": "ba3a7ce3-56b8-420b-b1ba-1637a0e208d4",
"Type": "sample string 15",
"AddedBy": "sample string 16",
"Qty": 17,
"FinalQty": 18,
"UserRemark": "sample string 19",
"ItemCode": "sample string 20",
"SubCategoryID": "aa1ad8ba-94f3-48f4-be88-f40c674840e4"
}
application/xml, text/xml
Sample:
<FetchProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <AddedBy>sample string 16</AddedBy> <CategoryID>ba3a7ce3-56b8-420b-b1ba-1637a0e208d4</CategoryID> <EOQ>13</EOQ> <FinalQty>18</FinalQty> <ItemCode>sample string 20</ItemCode> <Name>sample string 9</Name> <ProductID>00000000-0000-0000-0000-000000000000</ProductID> <Qty>17</Qty> <Rates>10</Rates> <SafetyStock>12</SafetyStock> <StoreID>00000000-0000-0000-0000-000000000000</StoreID> <SubCategoryID>aa1ad8ba-94f3-48f4-be88-f40c674840e4</SubCategoryID> <Type>sample string 15</Type> <Unit>sample string 11</Unit> <UserRemark>sample string 19</UserRemark> <CategoryName>sample string 3</CategoryName> <Description>sample string 5</Description> <HSN>sample string 7</HSN> <ImageURL>sample string 6</ImageURL> <ProductID>7773ac05-0b35-485d-82ba-04666fecab7b</ProductID> <Search>sample string 4</Search> <StoreID>ad5f98ad-887a-4b24-acc0-ea12665997fa</StoreID> <StorewiseEOQandMOL>sample string 8</StorewiseEOQandMOL> </FetchProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |