GET api/PBXMLCategoryAnalysis/GetAllCatTransInw?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", "VOUCHERTYPENAME": "sample string 2", "PARTYNAME": "sample string 3", "ACTUALQTY": 4.1, "TotQty": 5.1, "RATE": 6.1, "AMOUNT": 7.1, "Amt1": 8.1, "SUNIT": "sample string 9", "Unit": "sample string 10" }, { "cccd": "sample string 1", "VOUCHERTYPENAME": "sample string 2", "PARTYNAME": "sample string 3", "ACTUALQTY": 4.1, "TotQty": 5.1, "RATE": 6.1, "AMOUNT": 7.1, "Amt1": 8.1, "SUNIT": "sample string 9", "Unit": "sample string 10" }, { "cccd": "sample string 1", "VOUCHERTYPENAME": "sample string 2", "PARTYNAME": "sample string 3", "ACTUALQTY": 4.1, "TotQty": 5.1, "RATE": 6.1, "AMOUNT": 7.1, "Amt1": 8.1, "SUNIT": "sample string 9", "Unit": "sample string 10" } ]
text/html
Sample:
[{"cccd":"sample string 1","VOUCHERTYPENAME":"sample string 2","PARTYNAME":"sample string 3","ACTUALQTY":4.1,"TotQty":5.1,"RATE":6.1,"AMOUNT":7.1,"Amt1":8.1,"SUNIT":"sample string 9","Unit":"sample string 10"},{"cccd":"sample string 1","VOUCHERTYPENAME":"sample string 2","PARTYNAME":"sample string 3","ACTUALQTY":4.1,"TotQty":5.1,"RATE":6.1,"AMOUNT":7.1,"Amt1":8.1,"SUNIT":"sample string 9","Unit":"sample string 10"},{"cccd":"sample string 1","VOUCHERTYPENAME":"sample string 2","PARTYNAME":"sample string 3","ACTUALQTY":4.1,"TotQty":5.1,"RATE":6.1,"AMOUNT":7.1,"Amt1":8.1,"SUNIT":"sample string 9","Unit":"sample string 10"}]
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>4.1</ACTUALQTY> <AMOUNT>7.1</AMOUNT> <Amt1>8.1</Amt1> <PARTYNAME>sample string 3</PARTYNAME> <RATE>6.1</RATE> <SUNIT>sample string 9</SUNIT> <TotQty>5.1</TotQty> <Unit>sample string 10</Unit> <VOUCHERTYPENAME>sample string 2</VOUCHERTYPENAME> <cccd>sample string 1</cccd> </PBXMLCategoryAnalysis> <PBXMLCategoryAnalysis> <ACTUALQTY>4.1</ACTUALQTY> <AMOUNT>7.1</AMOUNT> <Amt1>8.1</Amt1> <PARTYNAME>sample string 3</PARTYNAME> <RATE>6.1</RATE> <SUNIT>sample string 9</SUNIT> <TotQty>5.1</TotQty> <Unit>sample string 10</Unit> <VOUCHERTYPENAME>sample string 2</VOUCHERTYPENAME> <cccd>sample string 1</cccd> </PBXMLCategoryAnalysis> <PBXMLCategoryAnalysis> <ACTUALQTY>4.1</ACTUALQTY> <AMOUNT>7.1</AMOUNT> <Amt1>8.1</Amt1> <PARTYNAME>sample string 3</PARTYNAME> <RATE>6.1</RATE> <SUNIT>sample string 9</SUNIT> <TotQty>5.1</TotQty> <Unit>sample string 10</Unit> <VOUCHERTYPENAME>sample string 2</VOUCHERTYPENAME> <cccd>sample string 1</cccd> </PBXMLCategoryAnalysis> </ArrayOfPBXMLCategoryAnalysis>