GET api/PBXMLVStockQuery/GetAllStkQueryGodown?cccd={cccd}&ItCd={ItCd}&from={from}&to={to}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
ItCd | No documentation available. |
Define this parameter in the request URI. |
from | No documentation available. |
Define this parameter in the request URI. |
to | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "cccd": "sample string 1", "STOCKITEMNAME": "sample string 2", "Godown": "sample string 3", "itqty": "sample string 4", "Units": "sample string 5", "Itcd": 6, "batch": "sample string 7" }, { "cccd": "sample string 1", "STOCKITEMNAME": "sample string 2", "Godown": "sample string 3", "itqty": "sample string 4", "Units": "sample string 5", "Itcd": 6, "batch": "sample string 7" }, { "cccd": "sample string 1", "STOCKITEMNAME": "sample string 2", "Godown": "sample string 3", "itqty": "sample string 4", "Units": "sample string 5", "Itcd": 6, "batch": "sample string 7" } ]
text/html
Sample:
[{"cccd":"sample string 1","STOCKITEMNAME":"sample string 2","Godown":"sample string 3","itqty":"sample string 4","Units":"sample string 5","Itcd":6,"batch":"sample string 7"},{"cccd":"sample string 1","STOCKITEMNAME":"sample string 2","Godown":"sample string 3","itqty":"sample string 4","Units":"sample string 5","Itcd":6,"batch":"sample string 7"},{"cccd":"sample string 1","STOCKITEMNAME":"sample string 2","Godown":"sample string 3","itqty":"sample string 4","Units":"sample string 5","Itcd":6,"batch":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVStkQueryGodown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVStkQueryGodown> <Godown>sample string 3</Godown> <Itcd>6</Itcd> <STOCKITEMNAME>sample string 2</STOCKITEMNAME> <Units>sample string 5</Units> <batch>sample string 7</batch> <cccd>sample string 1</cccd> <itqty>sample string 4</itqty> </PBXMLVStkQueryGodown> <PBXMLVStkQueryGodown> <Godown>sample string 3</Godown> <Itcd>6</Itcd> <STOCKITEMNAME>sample string 2</STOCKITEMNAME> <Units>sample string 5</Units> <batch>sample string 7</batch> <cccd>sample string 1</cccd> <itqty>sample string 4</itqty> </PBXMLVStkQueryGodown> <PBXMLVStkQueryGodown> <Godown>sample string 3</Godown> <Itcd>6</Itcd> <STOCKITEMNAME>sample string 2</STOCKITEMNAME> <Units>sample string 5</Units> <batch>sample string 7</batch> <cccd>sample string 1</cccd> <itqty>sample string 4</itqty> </PBXMLVStkQueryGodown> </ArrayOfPBXMLVStkQueryGodown>