POST Api/Product/DeleteProduct
Request Information
URI Parameters
None.
Body Parameters
DeleteProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| DeletedBy | globally unique identifier |
None. |
|
| 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:
{
"DeletedBy": "ca08a74d-a048-426e-a003-e265a13f5a2f",
"ProductID": "f7b5cc21-cddd-43c1-b0e3-39c567a2bc28",
"StoreID": "bfa0c054-8481-4a3f-a0ca-4363afc29b1f",
"CategoryName": "sample string 4",
"Search": "sample string 5",
"Description": "sample string 6",
"ImageURL": "sample string 7",
"HSN": "sample string 8",
"StorewiseEOQandMOL": "sample string 9",
"Name": "sample string 10",
"Rates": 11.0,
"Unit": "sample string 12",
"SafetyStock": 13,
"EOQ": 14,
"CategoryID": "78d5650b-2aef-4d00-b6c0-1402413f2d69",
"Type": "sample string 16",
"AddedBy": "sample string 17",
"Qty": 18,
"FinalQty": 19,
"UserRemark": "sample string 20",
"ItemCode": "sample string 21",
"SubCategoryID": "94342c64-e6da-4c63-819d-9e5f6c037f0a"
}
application/xml, text/xml
Sample:
<DeleteProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <AddedBy>sample string 17</AddedBy> <CategoryID>78d5650b-2aef-4d00-b6c0-1402413f2d69</CategoryID> <EOQ>14</EOQ> <FinalQty>19</FinalQty> <ItemCode>sample string 21</ItemCode> <Name>sample string 10</Name> <ProductID>00000000-0000-0000-0000-000000000000</ProductID> <Qty>18</Qty> <Rates>11</Rates> <SafetyStock>13</SafetyStock> <StoreID>00000000-0000-0000-0000-000000000000</StoreID> <SubCategoryID>94342c64-e6da-4c63-819d-9e5f6c037f0a</SubCategoryID> <Type>sample string 16</Type> <Unit>sample string 12</Unit> <UserRemark>sample string 20</UserRemark> <CategoryName>sample string 4</CategoryName> <Description>sample string 6</Description> <HSN>sample string 8</HSN> <ImageURL>sample string 7</ImageURL> <ProductID>f7b5cc21-cddd-43c1-b0e3-39c567a2bc28</ProductID> <Search>sample string 5</Search> <StoreID>bfa0c054-8481-4a3f-a0ca-4363afc29b1f</StoreID> <StorewiseEOQandMOL>sample string 9</StorewiseEOQandMOL> <DeletedBy>ca08a74d-a048-426e-a003-e265a13f5a2f</DeletedBy> </DeleteProduct>
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. |