POST api/StockInwards/StockInwardByPOv1
Request Information
URI Parameters
None.
Body Parameters
clsStockInwardv1| Name | Description | Type | Additional information |
|---|---|---|---|
| GodownId | integer |
None. |
|
| Chhutak | integer |
None. |
|
| InwardBandho | integer |
None. |
|
| InwardTotalBundle | integer |
None. |
|
| POId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Quantity | integer |
None. |
|
| StockInwardBy | integer |
None. |
|
| StockType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GodownId": 1,
"Chhutak": 2,
"InwardBandho": 3,
"InwardTotalBundle": 4,
"POId": 5,
"ProductId": 6,
"Quantity": 7,
"StockInwardBy": 8,
"StockType": 9
}
application/xml, text/xml
Sample:
<clsStockInwardv1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity"> <Chhutak>2</Chhutak> <GodownId>1</GodownId> <InwardBandho>3</InwardBandho> <InwardTotalBundle>4</InwardTotalBundle> <POId>5</POId> <ProductId>6</ProductId> <Quantity>7</Quantity> <StockInwardBy>8</StockInwardBy> <StockType>9</StockType> </clsStockInwardv1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.