GET api/ItemVouCherListMonthly/GetAllItemVouCherListMonthly?cccd={cccd}&ItCd={ItCd}&fromdt={fromdt}&todt={todt}
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. |
| fromdt | No documentation available. |
Define this parameter in the request URI. |
| todt | 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,
"from": "sample string 3",
"to": "sample string 4",
"trdt": "sample string 5",
"trdt1": "sample string 6",
"Particular": "sample string 7",
"STOCKITEM": "sample string 8",
"NAME": "sample string 9",
"trkey": "sample string 10",
"trno": "sample string 11",
"trtype": "sample string 12",
"trcode": 13,
"OpQty": 14.1,
"OpRate": 15.1,
"OpAmt": 16.1,
"TotInwQty": 17.1,
"TotInwAmt": 18.1,
"TotInwRate": 19.1,
"TotOutQty": 20.1,
"TotOutRate": 21.1,
"TotOutAmt": 22.1,
"ClQty": 23.1,
"ClRate": 24.1,
"ClAmt": 25.1
},
{
"Cccd": "sample string 1",
"Itcd": 2,
"from": "sample string 3",
"to": "sample string 4",
"trdt": "sample string 5",
"trdt1": "sample string 6",
"Particular": "sample string 7",
"STOCKITEM": "sample string 8",
"NAME": "sample string 9",
"trkey": "sample string 10",
"trno": "sample string 11",
"trtype": "sample string 12",
"trcode": 13,
"OpQty": 14.1,
"OpRate": 15.1,
"OpAmt": 16.1,
"TotInwQty": 17.1,
"TotInwAmt": 18.1,
"TotInwRate": 19.1,
"TotOutQty": 20.1,
"TotOutRate": 21.1,
"TotOutAmt": 22.1,
"ClQty": 23.1,
"ClRate": 24.1,
"ClAmt": 25.1
},
{
"Cccd": "sample string 1",
"Itcd": 2,
"from": "sample string 3",
"to": "sample string 4",
"trdt": "sample string 5",
"trdt1": "sample string 6",
"Particular": "sample string 7",
"STOCKITEM": "sample string 8",
"NAME": "sample string 9",
"trkey": "sample string 10",
"trno": "sample string 11",
"trtype": "sample string 12",
"trcode": 13,
"OpQty": 14.1,
"OpRate": 15.1,
"OpAmt": 16.1,
"TotInwQty": 17.1,
"TotInwAmt": 18.1,
"TotInwRate": 19.1,
"TotOutQty": 20.1,
"TotOutRate": 21.1,
"TotOutAmt": 22.1,
"ClQty": 23.1,
"ClRate": 24.1,
"ClAmt": 25.1
}
]
text/html
Sample:
[{"Cccd":"sample string 1","Itcd":2,"from":"sample string 3","to":"sample string 4","trdt":"sample string 5","trdt1":"sample string 6","Particular":"sample string 7","STOCKITEM":"sample string 8","NAME":"sample string 9","trkey":"sample string 10","trno":"sample string 11","trtype":"sample string 12","trcode":13,"OpQty":14.1,"OpRate":15.1,"OpAmt":16.1,"TotInwQty":17.1,"TotInwAmt":18.1,"TotInwRate":19.1,"TotOutQty":20.1,"TotOutRate":21.1,"TotOutAmt":22.1,"ClQty":23.1,"ClRate":24.1,"ClAmt":25.1},{"Cccd":"sample string 1","Itcd":2,"from":"sample string 3","to":"sample string 4","trdt":"sample string 5","trdt1":"sample string 6","Particular":"sample string 7","STOCKITEM":"sample string 8","NAME":"sample string 9","trkey":"sample string 10","trno":"sample string 11","trtype":"sample string 12","trcode":13,"OpQty":14.1,"OpRate":15.1,"OpAmt":16.1,"TotInwQty":17.1,"TotInwAmt":18.1,"TotInwRate":19.1,"TotOutQty":20.1,"TotOutRate":21.1,"TotOutAmt":22.1,"ClQty":23.1,"ClRate":24.1,"ClAmt":25.1},{"Cccd":"sample string 1","Itcd":2,"from":"sample string 3","to":"sample string 4","trdt":"sample string 5","trdt1":"sample string 6","Particular":"sample string 7","STOCKITEM":"sample string 8","NAME":"sample string 9","trkey":"sample string 10","trno":"sample string 11","trtype":"sample string 12","trcode":13,"OpQty":14.1,"OpRate":15.1,"OpAmt":16.1,"TotInwQty":17.1,"TotInwAmt":18.1,"TotInwRate":19.1,"TotOutQty":20.1,"TotOutRate":21.1,"TotOutAmt":22.1,"ClQty":23.1,"ClRate":24.1,"ClAmt":25.1}]
application/xml, text/xml
Sample:
<ArrayOfItemVouCherListMonthly xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<ItemVouCherListMonthly>
<Cccd>sample string 1</Cccd>
<ClAmt>25.1</ClAmt>
<ClQty>23.1</ClQty>
<ClRate>24.1</ClRate>
<Itcd>2</Itcd>
<NAME>sample string 9</NAME>
<OpAmt>16.1</OpAmt>
<OpQty>14.1</OpQty>
<OpRate>15.1</OpRate>
<Particular>sample string 7</Particular>
<STOCKITEM>sample string 8</STOCKITEM>
<TotInwAmt>18.1</TotInwAmt>
<TotInwQty>17.1</TotInwQty>
<TotInwRate>19.1</TotInwRate>
<TotOutAmt>22.1</TotOutAmt>
<TotOutQty>20.1</TotOutQty>
<TotOutRate>21.1</TotOutRate>
<from>sample string 3</from>
<to>sample string 4</to>
<trcode>13</trcode>
<trdt>sample string 5</trdt>
<trdt1>sample string 6</trdt1>
<trkey>sample string 10</trkey>
<trno>sample string 11</trno>
<trtype>sample string 12</trtype>
</ItemVouCherListMonthly>
<ItemVouCherListMonthly>
<Cccd>sample string 1</Cccd>
<ClAmt>25.1</ClAmt>
<ClQty>23.1</ClQty>
<ClRate>24.1</ClRate>
<Itcd>2</Itcd>
<NAME>sample string 9</NAME>
<OpAmt>16.1</OpAmt>
<OpQty>14.1</OpQty>
<OpRate>15.1</OpRate>
<Particular>sample string 7</Particular>
<STOCKITEM>sample string 8</STOCKITEM>
<TotInwAmt>18.1</TotInwAmt>
<TotInwQty>17.1</TotInwQty>
<TotInwRate>19.1</TotInwRate>
<TotOutAmt>22.1</TotOutAmt>
<TotOutQty>20.1</TotOutQty>
<TotOutRate>21.1</TotOutRate>
<from>sample string 3</from>
<to>sample string 4</to>
<trcode>13</trcode>
<trdt>sample string 5</trdt>
<trdt1>sample string 6</trdt1>
<trkey>sample string 10</trkey>
<trno>sample string 11</trno>
<trtype>sample string 12</trtype>
</ItemVouCherListMonthly>
<ItemVouCherListMonthly>
<Cccd>sample string 1</Cccd>
<ClAmt>25.1</ClAmt>
<ClQty>23.1</ClQty>
<ClRate>24.1</ClRate>
<Itcd>2</Itcd>
<NAME>sample string 9</NAME>
<OpAmt>16.1</OpAmt>
<OpQty>14.1</OpQty>
<OpRate>15.1</OpRate>
<Particular>sample string 7</Particular>
<STOCKITEM>sample string 8</STOCKITEM>
<TotInwAmt>18.1</TotInwAmt>
<TotInwQty>17.1</TotInwQty>
<TotInwRate>19.1</TotInwRate>
<TotOutAmt>22.1</TotOutAmt>
<TotOutQty>20.1</TotOutQty>
<TotOutRate>21.1</TotOutRate>
<from>sample string 3</from>
<to>sample string 4</to>
<trcode>13</trcode>
<trdt>sample string 5</trdt>
<trdt1>sample string 6</trdt1>
<trkey>sample string 10</trkey>
<trno>sample string 11</trno>
<trtype>sample string 12</trtype>
</ItemVouCherListMonthly>
</ArrayOfItemVouCherListMonthly>