POST api/Stores/StockOutwardReport
Documentation for 'StockOutwardReport'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Info | Documentation for 'Info'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"info": "sample string 1"
}
application/xml, text/xml
Sample:
<StoresController.Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33.Controllers"> <info>sample string 1</info> </StoresController.Params>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Refno": "sample string 1",
"Qty": 2,
"RefDate": "sample string 3",
"Remarks": "sample string 4",
"OrdRefNo": "sample string 5",
"TransforPrice": 6.0,
"TotalBV": 7.0,
"TransforTo": "sample string 8",
"TransferToType": "sample string 9"
},
{
"Refno": "sample string 1",
"Qty": 2,
"RefDate": "sample string 3",
"Remarks": "sample string 4",
"OrdRefNo": "sample string 5",
"TransforPrice": 6.0,
"TotalBV": 7.0,
"TransforTo": "sample string 8",
"TransferToType": "sample string 9"
},
{
"Refno": "sample string 1",
"Qty": 2,
"RefDate": "sample string 3",
"Remarks": "sample string 4",
"OrdRefNo": "sample string 5",
"TransforPrice": 6.0,
"TotalBV": 7.0,
"TransforTo": "sample string 8",
"TransferToType": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfStockOutwardReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
<StockOutwardReport>
<OrdRefNo>sample string 5</OrdRefNo>
<Qty>2</Qty>
<RefDate>sample string 3</RefDate>
<Refno>sample string 1</Refno>
<Remarks>sample string 4</Remarks>
<TotalBV>7</TotalBV>
<TransferToType>sample string 9</TransferToType>
<TransforPrice>6</TransforPrice>
<TransforTo>sample string 8</TransforTo>
</StockOutwardReport>
<StockOutwardReport>
<OrdRefNo>sample string 5</OrdRefNo>
<Qty>2</Qty>
<RefDate>sample string 3</RefDate>
<Refno>sample string 1</Refno>
<Remarks>sample string 4</Remarks>
<TotalBV>7</TotalBV>
<TransferToType>sample string 9</TransferToType>
<TransforPrice>6</TransforPrice>
<TransforTo>sample string 8</TransforTo>
</StockOutwardReport>
<StockOutwardReport>
<OrdRefNo>sample string 5</OrdRefNo>
<Qty>2</Qty>
<RefDate>sample string 3</RefDate>
<Refno>sample string 1</Refno>
<Remarks>sample string 4</Remarks>
<TotalBV>7</TotalBV>
<TransferToType>sample string 9</TransferToType>
<TransforPrice>6</TransforPrice>
<TransforTo>sample string 8</TransforTo>
</StockOutwardReport>
</ArrayOfStockOutwardReport>