GET api/PBXMLVStockSummary/GetAllMonthlyItemstockList?cccd={cccd}&ItCd={ItCd}&startmonth={startmonth}&endmonth={endmonth}&startyear={startyear}&endyear={endyear}&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. |
| startmonth | No documentation available. |
Define this parameter in the request URI. |
| endmonth | No documentation available. |
Define this parameter in the request URI. |
| startyear | No documentation available. |
Define this parameter in the request URI. |
| endyear | 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",
"ItCd": 2,
"Month_Name": "sample string 3",
"First_Day": "sample string 4",
"Last_Day": "sample string 5",
"months1": 6,
"years1": 7,
"TotInwRate": 8.1,
"TotInwQty": 9.1,
"TotInwAmt": 10.1,
"TotOutRate": 11.1,
"TotOutQty": 12.1,
"TotOutAmt": 13.1,
"ClRate": 14.1,
"ClQty": 15.1,
"OpRate": 16.1,
"OpQty": 17.1,
"OpAmt": 18.1
},
{
"cccd": "sample string 1",
"ItCd": 2,
"Month_Name": "sample string 3",
"First_Day": "sample string 4",
"Last_Day": "sample string 5",
"months1": 6,
"years1": 7,
"TotInwRate": 8.1,
"TotInwQty": 9.1,
"TotInwAmt": 10.1,
"TotOutRate": 11.1,
"TotOutQty": 12.1,
"TotOutAmt": 13.1,
"ClRate": 14.1,
"ClQty": 15.1,
"OpRate": 16.1,
"OpQty": 17.1,
"OpAmt": 18.1
},
{
"cccd": "sample string 1",
"ItCd": 2,
"Month_Name": "sample string 3",
"First_Day": "sample string 4",
"Last_Day": "sample string 5",
"months1": 6,
"years1": 7,
"TotInwRate": 8.1,
"TotInwQty": 9.1,
"TotInwAmt": 10.1,
"TotOutRate": 11.1,
"TotOutQty": 12.1,
"TotOutAmt": 13.1,
"ClRate": 14.1,
"ClQty": 15.1,
"OpRate": 16.1,
"OpQty": 17.1,
"OpAmt": 18.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","ItCd":2,"Month_Name":"sample string 3","First_Day":"sample string 4","Last_Day":"sample string 5","months1":6,"years1":7,"TotInwRate":8.1,"TotInwQty":9.1,"TotInwAmt":10.1,"TotOutRate":11.1,"TotOutQty":12.1,"TotOutAmt":13.1,"ClRate":14.1,"ClQty":15.1,"OpRate":16.1,"OpQty":17.1,"OpAmt":18.1},{"cccd":"sample string 1","ItCd":2,"Month_Name":"sample string 3","First_Day":"sample string 4","Last_Day":"sample string 5","months1":6,"years1":7,"TotInwRate":8.1,"TotInwQty":9.1,"TotInwAmt":10.1,"TotOutRate":11.1,"TotOutQty":12.1,"TotOutAmt":13.1,"ClRate":14.1,"ClQty":15.1,"OpRate":16.1,"OpQty":17.1,"OpAmt":18.1},{"cccd":"sample string 1","ItCd":2,"Month_Name":"sample string 3","First_Day":"sample string 4","Last_Day":"sample string 5","months1":6,"years1":7,"TotInwRate":8.1,"TotInwQty":9.1,"TotInwAmt":10.1,"TotOutRate":11.1,"TotOutQty":12.1,"TotOutAmt":13.1,"ClRate":14.1,"ClQty":15.1,"OpRate":16.1,"OpQty":17.1,"OpAmt":18.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVStockSummaryMonthly xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVStockSummaryMonthly>
<ClQty>15.1</ClQty>
<ClRate>14.1</ClRate>
<First_Day>sample string 4</First_Day>
<ItCd>2</ItCd>
<Last_Day>sample string 5</Last_Day>
<Month_Name>sample string 3</Month_Name>
<OpAmt>18.1</OpAmt>
<OpQty>17.1</OpQty>
<OpRate>16.1</OpRate>
<TotInwAmt>10.1</TotInwAmt>
<TotInwQty>9.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>13.1</TotOutAmt>
<TotOutQty>12.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
<months1>6</months1>
<years1>7</years1>
</PBXMLVStockSummaryMonthly>
<PBXMLVStockSummaryMonthly>
<ClQty>15.1</ClQty>
<ClRate>14.1</ClRate>
<First_Day>sample string 4</First_Day>
<ItCd>2</ItCd>
<Last_Day>sample string 5</Last_Day>
<Month_Name>sample string 3</Month_Name>
<OpAmt>18.1</OpAmt>
<OpQty>17.1</OpQty>
<OpRate>16.1</OpRate>
<TotInwAmt>10.1</TotInwAmt>
<TotInwQty>9.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>13.1</TotOutAmt>
<TotOutQty>12.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
<months1>6</months1>
<years1>7</years1>
</PBXMLVStockSummaryMonthly>
<PBXMLVStockSummaryMonthly>
<ClQty>15.1</ClQty>
<ClRate>14.1</ClRate>
<First_Day>sample string 4</First_Day>
<ItCd>2</ItCd>
<Last_Day>sample string 5</Last_Day>
<Month_Name>sample string 3</Month_Name>
<OpAmt>18.1</OpAmt>
<OpQty>17.1</OpQty>
<OpRate>16.1</OpRate>
<TotInwAmt>10.1</TotInwAmt>
<TotInwQty>9.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>13.1</TotOutAmt>
<TotOutQty>12.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
<months1>6</months1>
<years1>7</years1>
</PBXMLVStockSummaryMonthly>
</ArrayOfPBXMLVStockSummaryMonthly>