GET api/PBXMLCategoryAnalysis/GetAllCatAnalInw?cccd={cccd}&ItCd={ItCd}&from={from}&to={to}
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. |
from | No documentation available. |
Define this parameter in the request URI. |
to | 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", "InvDt": "sample string 2", "trkey": "sample string 3", "VOUCHERTYPENAME": "sample string 4", "PARTYNAME": "sample string 5", "ACTUALQTY": 6.1, "TotQty": 7.1, "RATE": 8.1, "AMOUNT": 9.1, "Amt1": 10.1, "SUNIT": "sample string 11", "Unit": "sample string 12", "Invtyp": "sample string 13", "InvNo": "sample string 14", "trtype": "sample string 15" }, { "cccd": "sample string 1", "InvDt": "sample string 2", "trkey": "sample string 3", "VOUCHERTYPENAME": "sample string 4", "PARTYNAME": "sample string 5", "ACTUALQTY": 6.1, "TotQty": 7.1, "RATE": 8.1, "AMOUNT": 9.1, "Amt1": 10.1, "SUNIT": "sample string 11", "Unit": "sample string 12", "Invtyp": "sample string 13", "InvNo": "sample string 14", "trtype": "sample string 15" }, { "cccd": "sample string 1", "InvDt": "sample string 2", "trkey": "sample string 3", "VOUCHERTYPENAME": "sample string 4", "PARTYNAME": "sample string 5", "ACTUALQTY": 6.1, "TotQty": 7.1, "RATE": 8.1, "AMOUNT": 9.1, "Amt1": 10.1, "SUNIT": "sample string 11", "Unit": "sample string 12", "Invtyp": "sample string 13", "InvNo": "sample string 14", "trtype": "sample string 15" } ]
text/html
Sample:
[{"cccd":"sample string 1","InvDt":"sample string 2","trkey":"sample string 3","VOUCHERTYPENAME":"sample string 4","PARTYNAME":"sample string 5","ACTUALQTY":6.1,"TotQty":7.1,"RATE":8.1,"AMOUNT":9.1,"Amt1":10.1,"SUNIT":"sample string 11","Unit":"sample string 12","Invtyp":"sample string 13","InvNo":"sample string 14","trtype":"sample string 15"},{"cccd":"sample string 1","InvDt":"sample string 2","trkey":"sample string 3","VOUCHERTYPENAME":"sample string 4","PARTYNAME":"sample string 5","ACTUALQTY":6.1,"TotQty":7.1,"RATE":8.1,"AMOUNT":9.1,"Amt1":10.1,"SUNIT":"sample string 11","Unit":"sample string 12","Invtyp":"sample string 13","InvNo":"sample string 14","trtype":"sample string 15"},{"cccd":"sample string 1","InvDt":"sample string 2","trkey":"sample string 3","VOUCHERTYPENAME":"sample string 4","PARTYNAME":"sample string 5","ACTUALQTY":6.1,"TotQty":7.1,"RATE":8.1,"AMOUNT":9.1,"Amt1":10.1,"SUNIT":"sample string 11","Unit":"sample string 12","Invtyp":"sample string 13","InvNo":"sample string 14","trtype":"sample string 15"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLCategoryAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLCategoryAnalysis> <ACTUALQTY>6.1</ACTUALQTY> <AMOUNT>9.1</AMOUNT> <Amt1>10.1</Amt1> <InvDt>sample string 2</InvDt> <InvNo>sample string 14</InvNo> <Invtyp>sample string 13</Invtyp> <PARTYNAME>sample string 5</PARTYNAME> <RATE>8.1</RATE> <SUNIT>sample string 11</SUNIT> <TotQty>7.1</TotQty> <Unit>sample string 12</Unit> <VOUCHERTYPENAME>sample string 4</VOUCHERTYPENAME> <cccd>sample string 1</cccd> <trkey>sample string 3</trkey> <trtype>sample string 15</trtype> </PBXMLCategoryAnalysis> <PBXMLCategoryAnalysis> <ACTUALQTY>6.1</ACTUALQTY> <AMOUNT>9.1</AMOUNT> <Amt1>10.1</Amt1> <InvDt>sample string 2</InvDt> <InvNo>sample string 14</InvNo> <Invtyp>sample string 13</Invtyp> <PARTYNAME>sample string 5</PARTYNAME> <RATE>8.1</RATE> <SUNIT>sample string 11</SUNIT> <TotQty>7.1</TotQty> <Unit>sample string 12</Unit> <VOUCHERTYPENAME>sample string 4</VOUCHERTYPENAME> <cccd>sample string 1</cccd> <trkey>sample string 3</trkey> <trtype>sample string 15</trtype> </PBXMLCategoryAnalysis> <PBXMLCategoryAnalysis> <ACTUALQTY>6.1</ACTUALQTY> <AMOUNT>9.1</AMOUNT> <Amt1>10.1</Amt1> <InvDt>sample string 2</InvDt> <InvNo>sample string 14</InvNo> <Invtyp>sample string 13</Invtyp> <PARTYNAME>sample string 5</PARTYNAME> <RATE>8.1</RATE> <SUNIT>sample string 11</SUNIT> <TotQty>7.1</TotQty> <Unit>sample string 12</Unit> <VOUCHERTYPENAME>sample string 4</VOUCHERTYPENAME> <cccd>sample string 1</cccd> <trkey>sample string 3</trkey> <trtype>sample string 15</trtype> </PBXMLCategoryAnalysis> </ArrayOfPBXMLCategoryAnalysis>