GET api/PBXMLVItemCostAnalysis/GetAllStockItemList?cccd={cccd}&from={from}&to={to}&sessid={sessid}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | 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. |
sessid | 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", "STOCKNAME": "sample string 2", "itcd": 3, "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQ": 13.1, "CR": 14.1, "CA": 15.1, "Units": "sample string 16" }, { "cccd": "sample string 1", "STOCKNAME": "sample string 2", "itcd": 3, "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQ": 13.1, "CR": 14.1, "CA": 15.1, "Units": "sample string 16" }, { "cccd": "sample string 1", "STOCKNAME": "sample string 2", "itcd": 3, "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQ": 13.1, "CR": 14.1, "CA": 15.1, "Units": "sample string 16" } ]
text/html
Sample:
[{"cccd":"sample string 1","STOCKNAME":"sample string 2","itcd":3,"OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQ":13.1,"CR":14.1,"CA":15.1,"Units":"sample string 16"},{"cccd":"sample string 1","STOCKNAME":"sample string 2","itcd":3,"OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQ":13.1,"CR":14.1,"CA":15.1,"Units":"sample string 16"},{"cccd":"sample string 1","STOCKNAME":"sample string 2","itcd":3,"OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQ":13.1,"CR":14.1,"CA":15.1,"Units":"sample string 16"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVStockItemList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVStockItemList> <CA>15.1</CA> <CQ>13.1</CQ> <CR>14.1</CR> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <STOCKNAME>sample string 2</STOCKNAME> <Units>sample string 16</Units> <cccd>sample string 1</cccd> <itcd>3</itcd> </PBXMLVStockItemList> <PBXMLVStockItemList> <CA>15.1</CA> <CQ>13.1</CQ> <CR>14.1</CR> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <STOCKNAME>sample string 2</STOCKNAME> <Units>sample string 16</Units> <cccd>sample string 1</cccd> <itcd>3</itcd> </PBXMLVStockItemList> <PBXMLVStockItemList> <CA>15.1</CA> <CQ>13.1</CQ> <CR>14.1</CR> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <STOCKNAME>sample string 2</STOCKNAME> <Units>sample string 16</Units> <cccd>sample string 1</cccd> <itcd>3</itcd> </PBXMLVStockItemList> </ArrayOfPBXMLVStockItemList>