GET api/PBXMLVMonthlyItemstockList/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:
[
{
"itcd": 1,
"MonthNm": "sample string 2",
"TotInwRate": 3.1,
"TotInwQty": 4.1,
"TotInwAmt": 5.1,
"TotOutRate": 6.1,
"TotOutQty": 7.1,
"TotOutAmt": 8.1,
"ClRate": 9.1,
"ClQty": 10.1,
"ClAmt": 11.1,
"OpRate": 12.1,
"OpQty": 13.1,
"OpAmt": 14.1,
"months": 15.1,
"years": 16.1,
"Month_Name": "sample string 17",
"First_Day": "sample string 18",
"Last_Day": "sample string 19",
"months1": "sample string 20",
"years1": 21.1,
"Unit": "sample string 22"
},
{
"itcd": 1,
"MonthNm": "sample string 2",
"TotInwRate": 3.1,
"TotInwQty": 4.1,
"TotInwAmt": 5.1,
"TotOutRate": 6.1,
"TotOutQty": 7.1,
"TotOutAmt": 8.1,
"ClRate": 9.1,
"ClQty": 10.1,
"ClAmt": 11.1,
"OpRate": 12.1,
"OpQty": 13.1,
"OpAmt": 14.1,
"months": 15.1,
"years": 16.1,
"Month_Name": "sample string 17",
"First_Day": "sample string 18",
"Last_Day": "sample string 19",
"months1": "sample string 20",
"years1": 21.1,
"Unit": "sample string 22"
},
{
"itcd": 1,
"MonthNm": "sample string 2",
"TotInwRate": 3.1,
"TotInwQty": 4.1,
"TotInwAmt": 5.1,
"TotOutRate": 6.1,
"TotOutQty": 7.1,
"TotOutAmt": 8.1,
"ClRate": 9.1,
"ClQty": 10.1,
"ClAmt": 11.1,
"OpRate": 12.1,
"OpQty": 13.1,
"OpAmt": 14.1,
"months": 15.1,
"years": 16.1,
"Month_Name": "sample string 17",
"First_Day": "sample string 18",
"Last_Day": "sample string 19",
"months1": "sample string 20",
"years1": 21.1,
"Unit": "sample string 22"
}
]
text/html
Sample:
[{"itcd":1,"MonthNm":"sample string 2","TotInwRate":3.1,"TotInwQty":4.1,"TotInwAmt":5.1,"TotOutRate":6.1,"TotOutQty":7.1,"TotOutAmt":8.1,"ClRate":9.1,"ClQty":10.1,"ClAmt":11.1,"OpRate":12.1,"OpQty":13.1,"OpAmt":14.1,"months":15.1,"years":16.1,"Month_Name":"sample string 17","First_Day":"sample string 18","Last_Day":"sample string 19","months1":"sample string 20","years1":21.1,"Unit":"sample string 22"},{"itcd":1,"MonthNm":"sample string 2","TotInwRate":3.1,"TotInwQty":4.1,"TotInwAmt":5.1,"TotOutRate":6.1,"TotOutQty":7.1,"TotOutAmt":8.1,"ClRate":9.1,"ClQty":10.1,"ClAmt":11.1,"OpRate":12.1,"OpQty":13.1,"OpAmt":14.1,"months":15.1,"years":16.1,"Month_Name":"sample string 17","First_Day":"sample string 18","Last_Day":"sample string 19","months1":"sample string 20","years1":21.1,"Unit":"sample string 22"},{"itcd":1,"MonthNm":"sample string 2","TotInwRate":3.1,"TotInwQty":4.1,"TotInwAmt":5.1,"TotOutRate":6.1,"TotOutQty":7.1,"TotOutAmt":8.1,"ClRate":9.1,"ClQty":10.1,"ClAmt":11.1,"OpRate":12.1,"OpQty":13.1,"OpAmt":14.1,"months":15.1,"years":16.1,"Month_Name":"sample string 17","First_Day":"sample string 18","Last_Day":"sample string 19","months1":"sample string 20","years1":21.1,"Unit":"sample string 22"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVMonthlyItemstockList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVMonthlyItemstockList>
<ClAmt>11.1</ClAmt>
<ClQty>10.1</ClQty>
<ClRate>9.1</ClRate>
<First_Day>sample string 18</First_Day>
<Last_Day>sample string 19</Last_Day>
<MonthNm>sample string 2</MonthNm>
<Month_Name>sample string 17</Month_Name>
<OpAmt>14.1</OpAmt>
<OpQty>13.1</OpQty>
<OpRate>12.1</OpRate>
<TotInwAmt>5.1</TotInwAmt>
<TotInwQty>4.1</TotInwQty>
<TotInwRate>3.1</TotInwRate>
<TotOutAmt>8.1</TotOutAmt>
<TotOutQty>7.1</TotOutQty>
<TotOutRate>6.1</TotOutRate>
<Unit>sample string 22</Unit>
<itcd>1</itcd>
<months>15.1</months>
<months1>sample string 20</months1>
<years>16.1</years>
<years1>21.1</years1>
</PBXMLVMonthlyItemstockList>
<PBXMLVMonthlyItemstockList>
<ClAmt>11.1</ClAmt>
<ClQty>10.1</ClQty>
<ClRate>9.1</ClRate>
<First_Day>sample string 18</First_Day>
<Last_Day>sample string 19</Last_Day>
<MonthNm>sample string 2</MonthNm>
<Month_Name>sample string 17</Month_Name>
<OpAmt>14.1</OpAmt>
<OpQty>13.1</OpQty>
<OpRate>12.1</OpRate>
<TotInwAmt>5.1</TotInwAmt>
<TotInwQty>4.1</TotInwQty>
<TotInwRate>3.1</TotInwRate>
<TotOutAmt>8.1</TotOutAmt>
<TotOutQty>7.1</TotOutQty>
<TotOutRate>6.1</TotOutRate>
<Unit>sample string 22</Unit>
<itcd>1</itcd>
<months>15.1</months>
<months1>sample string 20</months1>
<years>16.1</years>
<years1>21.1</years1>
</PBXMLVMonthlyItemstockList>
<PBXMLVMonthlyItemstockList>
<ClAmt>11.1</ClAmt>
<ClQty>10.1</ClQty>
<ClRate>9.1</ClRate>
<First_Day>sample string 18</First_Day>
<Last_Day>sample string 19</Last_Day>
<MonthNm>sample string 2</MonthNm>
<Month_Name>sample string 17</Month_Name>
<OpAmt>14.1</OpAmt>
<OpQty>13.1</OpQty>
<OpRate>12.1</OpRate>
<TotInwAmt>5.1</TotInwAmt>
<TotInwQty>4.1</TotInwQty>
<TotInwRate>3.1</TotInwRate>
<TotOutAmt>8.1</TotOutAmt>
<TotOutQty>7.1</TotOutQty>
<TotOutRate>6.1</TotOutRate>
<Unit>sample string 22</Unit>
<itcd>1</itcd>
<months>15.1</months>
<months1>sample string 20</months1>
<years>16.1</years>
<years1>21.1</years1>
</PBXMLVMonthlyItemstockList>
</ArrayOfPBXMLVMonthlyItemstockList>