DELETE api/StockInwards/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StockInward| Name | Description | Type | Additional information |
|---|---|---|---|
| StockInwardId | integer |
None. |
|
| POId | integer |
None. |
|
| ProductId | integer |
None. |
|
| StockType | integer |
None. |
|
| IsOpeningStock | boolean |
None. |
|
| Quantity | integer |
None. |
|
| GodownId | integer |
None. |
|
| InwardBandho | integer |
None. |
|
| InwardTotalBundle | integer |
None. |
|
| Chhutak | integer |
None. |
|
| Status | integer |
None. |
|
| StockInwardBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| DeletedBy | integer |
None. |
|
| Remark | string |
None. |
|
| InwardExpense | decimal number |
None. |
|
| InwardExpenseNote | string |
None. |
|
| InwardVehicleName | string |
None. |
|
| InwardVehicleNumber | string |
None. |
|
| InwardVehicleDriverName | string |
None. |
|
| InwardVehicleDriverNumber | string |
None. |
|
| InwardDeliveryChallanPhoto | string |
None. |
|
| StockInwardOn | date |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"StockInwardId": 1,
"POId": 1,
"ProductId": 1,
"StockType": 2,
"IsOpeningStock": true,
"Quantity": 1,
"GodownId": 1,
"InwardBandho": 1,
"InwardTotalBundle": 1,
"Chhutak": 1,
"Status": 1,
"StockInwardBy": 1,
"IsActive": true,
"DeletedBy": 1,
"Remark": "sample string 3",
"InwardExpense": 1.0,
"InwardExpenseNote": "sample string 4",
"InwardVehicleName": "sample string 5",
"InwardVehicleNumber": "sample string 6",
"InwardVehicleDriverName": "sample string 7",
"InwardVehicleDriverNumber": "sample string 8",
"InwardDeliveryChallanPhoto": "sample string 9",
"StockInwardOn": "2025-11-09T18:51:01.1111333+05:30",
"CreatedOn": "2025-11-09T18:51:01.1111333+05:30"
}
application/xml, text/xml
Sample:
<StockInward xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Models"> <Chhutak>1</Chhutak> <CreatedOn>2025-11-09T18:51:01.1111333+05:30</CreatedOn> <DeletedBy>1</DeletedBy> <GodownId>1</GodownId> <InwardBandho>1</InwardBandho> <InwardDeliveryChallanPhoto>sample string 9</InwardDeliveryChallanPhoto> <InwardExpense>1</InwardExpense> <InwardExpenseNote>sample string 4</InwardExpenseNote> <InwardTotalBundle>1</InwardTotalBundle> <InwardVehicleDriverName>sample string 7</InwardVehicleDriverName> <InwardVehicleDriverNumber>sample string 8</InwardVehicleDriverNumber> <InwardVehicleName>sample string 5</InwardVehicleName> <InwardVehicleNumber>sample string 6</InwardVehicleNumber> <IsActive>true</IsActive> <IsOpeningStock>true</IsOpeningStock> <POId>1</POId> <ProductId>1</ProductId> <Quantity>1</Quantity> <Remark>sample string 3</Remark> <Status>1</Status> <StockInwardBy>1</StockInwardBy> <StockInwardId>1</StockInwardId> <StockInwardOn>2025-11-09T18:51:01.1111333+05:30</StockInwardOn> <StockType>2</StockType> </StockInward>