POST Api/Product/FetchDescByProductName
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": "c753596b-5036-430c-bd36-aadf597db723",
"StoreID": "f5a5a2fe-f3fe-4843-8126-e7698967742c",
"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": "7ab39448-8042-4288-9785-bd7c5b549035",
"Type": "sample string 15",
"AddedBy": "sample string 16",
"Qty": 17,
"FinalQty": 18,
"UserRemark": "sample string 19",
"ItemCode": "sample string 20",
"SubCategoryID": "649a7354-447e-4a4b-82f3-6c547d31a83d"
}
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>7ab39448-8042-4288-9785-bd7c5b549035</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>649a7354-447e-4a4b-82f3-6c547d31a83d</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>c753596b-5036-430c-bd36-aadf597db723</ProductID> <Search>sample string 4</Search> <StoreID>f5a5a2fe-f3fe-4843-8126-e7698967742c</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. |