POST api/Stores/GetBatchwisestock
Documentation for 'GetBatchwisestock'.
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:
[
{
"Pid": 1,
"pcode": "sample string 2",
"pname": "sample string 3",
"AQty": 4,
"Batchno": "sample string 5",
"Avlqty": 6,
"mgdate": "sample string 7",
"expdate": "sample string 8"
},
{
"Pid": 1,
"pcode": "sample string 2",
"pname": "sample string 3",
"AQty": 4,
"Batchno": "sample string 5",
"Avlqty": 6,
"mgdate": "sample string 7",
"expdate": "sample string 8"
},
{
"Pid": 1,
"pcode": "sample string 2",
"pname": "sample string 3",
"AQty": 4,
"Batchno": "sample string 5",
"Avlqty": 6,
"mgdate": "sample string 7",
"expdate": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfBatchwisedata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
<Batchwisedata>
<AQty>4</AQty>
<Avlqty>6</Avlqty>
<Batchno>sample string 5</Batchno>
<Pid>1</Pid>
<expdate>sample string 8</expdate>
<mgdate>sample string 7</mgdate>
<pcode>sample string 2</pcode>
<pname>sample string 3</pname>
</Batchwisedata>
<Batchwisedata>
<AQty>4</AQty>
<Avlqty>6</Avlqty>
<Batchno>sample string 5</Batchno>
<Pid>1</Pid>
<expdate>sample string 8</expdate>
<mgdate>sample string 7</mgdate>
<pcode>sample string 2</pcode>
<pname>sample string 3</pname>
</Batchwisedata>
<Batchwisedata>
<AQty>4</AQty>
<Avlqty>6</Avlqty>
<Batchno>sample string 5</Batchno>
<Pid>1</Pid>
<expdate>sample string 8</expdate>
<mgdate>sample string 7</mgdate>
<pcode>sample string 2</pcode>
<pname>sample string 3</pname>
</Batchwisedata>
</ArrayOfBatchwisedata>