POST Api/Product/InsertLocalProduct
Request Information
URI Parameters
None.
Body Parameters
InsertLocalProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Rates | string |
None. |
|
| Unit | string |
None. |
|
| SafetyStock | string |
None. |
|
| CategoryID | string |
None. |
|
| SubCategoryID | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| AddedBy | string |
None. |
|
| Qty | string |
None. |
|
| FinalQty | string |
None. |
|
| ItemCode | string |
None. |
|
| StoreData | string |
None. |
|
| IsLocal | string |
None. |
|
| Description | string |
None. |
|
| HSN | string |
None. |
|
| ImageName | string |
None. |
|
| StorewiseEOQandMOL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Rates": "sample string 2",
"Unit": "sample string 3",
"SafetyStock": "sample string 4",
"CategoryID": "sample string 5",
"SubCategoryID": "1b9f161c-9ad4-423d-be31-d1a5ecec9f40",
"Type": "sample string 7",
"AddedBy": "sample string 8",
"Qty": "sample string 9",
"FinalQty": "sample string 10",
"ItemCode": "sample string 11",
"StoreData": "sample string 12",
"IsLocal": "sample string 13",
"Description": "sample string 14",
"HSN": "sample string 15",
"ImageName": "sample string 16",
"StorewiseEOQandMOL": "sample string 17"
}
application/xml, text/xml
Sample:
<InsertLocalProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <AddedBy>sample string 8</AddedBy> <CategoryID>sample string 5</CategoryID> <Description>sample string 14</Description> <FinalQty>sample string 10</FinalQty> <HSN>sample string 15</HSN> <ImageName>sample string 16</ImageName> <IsLocal>sample string 13</IsLocal> <ItemCode>sample string 11</ItemCode> <Name>sample string 1</Name> <Qty>sample string 9</Qty> <Rates>sample string 2</Rates> <SafetyStock>sample string 4</SafetyStock> <StoreData>sample string 12</StoreData> <StorewiseEOQandMOL>sample string 17</StorewiseEOQandMOL> <SubCategoryID>1b9f161c-9ad4-423d-be31-d1a5ecec9f40</SubCategoryID> <Type>sample string 7</Type> <Unit>sample string 3</Unit> </InsertLocalProduct>
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. |