GET api/PBXMLVStkItemMonthly/GetAllStkItemMonthly?cccd={cccd}&ItCd={ItCd}&startDate={startDate}&endDate={endDate}&sessid={sessid}
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. |
| startDate | No documentation available. |
Define this parameter in the request URI. |
| endDate | 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,
"INVQTY": 4,
"InwRATE": 5,
"INVAMT": 6.1,
"OUTQTY": 7.1,
"OutRATE": 8.1,
"OUTAMT": 9.1,
"RATE": 10.1,
"Date1": "sample string 11",
"QUANTITY": 12.1,
"AMOUNT": 13.1
},
{
"cccd": "sample string 1",
"STOCKNAME": "sample string 2",
"ITCD": 3,
"INVQTY": 4,
"InwRATE": 5,
"INVAMT": 6.1,
"OUTQTY": 7.1,
"OutRATE": 8.1,
"OUTAMT": 9.1,
"RATE": 10.1,
"Date1": "sample string 11",
"QUANTITY": 12.1,
"AMOUNT": 13.1
},
{
"cccd": "sample string 1",
"STOCKNAME": "sample string 2",
"ITCD": 3,
"INVQTY": 4,
"InwRATE": 5,
"INVAMT": 6.1,
"OUTQTY": 7.1,
"OutRATE": 8.1,
"OUTAMT": 9.1,
"RATE": 10.1,
"Date1": "sample string 11",
"QUANTITY": 12.1,
"AMOUNT": 13.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","STOCKNAME":"sample string 2","ITCD":3,"INVQTY":4,"InwRATE":5,"INVAMT":6.1,"OUTQTY":7.1,"OutRATE":8.1,"OUTAMT":9.1,"RATE":10.1,"Date1":"sample string 11","QUANTITY":12.1,"AMOUNT":13.1},{"cccd":"sample string 1","STOCKNAME":"sample string 2","ITCD":3,"INVQTY":4,"InwRATE":5,"INVAMT":6.1,"OUTQTY":7.1,"OutRATE":8.1,"OUTAMT":9.1,"RATE":10.1,"Date1":"sample string 11","QUANTITY":12.1,"AMOUNT":13.1},{"cccd":"sample string 1","STOCKNAME":"sample string 2","ITCD":3,"INVQTY":4,"InwRATE":5,"INVAMT":6.1,"OUTQTY":7.1,"OutRATE":8.1,"OUTAMT":9.1,"RATE":10.1,"Date1":"sample string 11","QUANTITY":12.1,"AMOUNT":13.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVStkItemMonthly xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVStkItemMonthly>
<AMOUNT>13.1</AMOUNT>
<Date1>sample string 11</Date1>
<INVAMT>6.1</INVAMT>
<INVQTY>4</INVQTY>
<ITCD>3</ITCD>
<InwRATE>5</InwRATE>
<OUTAMT>9.1</OUTAMT>
<OUTQTY>7.1</OUTQTY>
<OutRATE>8.1</OutRATE>
<QUANTITY>12.1</QUANTITY>
<RATE>10.1</RATE>
<STOCKNAME>sample string 2</STOCKNAME>
<cccd>sample string 1</cccd>
</PBXMLVStkItemMonthly>
<PBXMLVStkItemMonthly>
<AMOUNT>13.1</AMOUNT>
<Date1>sample string 11</Date1>
<INVAMT>6.1</INVAMT>
<INVQTY>4</INVQTY>
<ITCD>3</ITCD>
<InwRATE>5</InwRATE>
<OUTAMT>9.1</OUTAMT>
<OUTQTY>7.1</OUTQTY>
<OutRATE>8.1</OutRATE>
<QUANTITY>12.1</QUANTITY>
<RATE>10.1</RATE>
<STOCKNAME>sample string 2</STOCKNAME>
<cccd>sample string 1</cccd>
</PBXMLVStkItemMonthly>
<PBXMLVStkItemMonthly>
<AMOUNT>13.1</AMOUNT>
<Date1>sample string 11</Date1>
<INVAMT>6.1</INVAMT>
<INVQTY>4</INVQTY>
<ITCD>3</ITCD>
<InwRATE>5</InwRATE>
<OUTAMT>9.1</OUTAMT>
<OUTQTY>7.1</OUTQTY>
<OutRATE>8.1</OutRATE>
<QUANTITY>12.1</QUANTITY>
<RATE>10.1</RATE>
<STOCKNAME>sample string 2</STOCKNAME>
<cccd>sample string 1</cccd>
</PBXMLVStkItemMonthly>
</ArrayOfPBXMLVStkItemMonthly>