POST Api/Product/FetchProductByProductID
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": "361e54a0-4929-48b9-a1bf-8ac0460ef731",
"StoreID": "99c90fb7-9d6c-4ae2-8739-2fa64a869970",
"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": "5374c783-ea7a-454e-9e17-b3be6a2e7b96",
"Type": "sample string 15",
"AddedBy": "sample string 16",
"Qty": 17,
"FinalQty": 18,
"UserRemark": "sample string 19",
"ItemCode": "sample string 20",
"SubCategoryID": "f8a8b106-8bd9-42ec-a471-0816c9c4c21c"
}
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>5374c783-ea7a-454e-9e17-b3be6a2e7b96</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>f8a8b106-8bd9-42ec-a471-0816c9c4c21c</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>361e54a0-4929-48b9-a1bf-8ac0460ef731</ProductID> <Search>sample string 4</Search> <StoreID>99c90fb7-9d6c-4ae2-8739-2fa64a869970</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. |