GET api/PBXMLPurOrdOutAllItem/GetAllPurchaseOrderOutstandingAllItems?cccd={cccd}&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. |
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", "PARTYLEDGERNAME": "sample string 2", "ITCD": "sample string 3", "STOCKITEM": "sample string 4", "ORDERNO": "sample string 5", "RECDQTY": 6.1, "RECDAMT": 7.1, "PENDINGQTY": 8.1, "RECDRATE": 9.1, "PENDINGAMT": 10.1, "DATE": "sample string 11", "DAYSDIFF": "sample string 12", "DUEDATE": "sample string 13", "fromdt": "sample string 14", "todt": "sample string 15" }, { "CCCD": "sample string 1", "PARTYLEDGERNAME": "sample string 2", "ITCD": "sample string 3", "STOCKITEM": "sample string 4", "ORDERNO": "sample string 5", "RECDQTY": 6.1, "RECDAMT": 7.1, "PENDINGQTY": 8.1, "RECDRATE": 9.1, "PENDINGAMT": 10.1, "DATE": "sample string 11", "DAYSDIFF": "sample string 12", "DUEDATE": "sample string 13", "fromdt": "sample string 14", "todt": "sample string 15" }, { "CCCD": "sample string 1", "PARTYLEDGERNAME": "sample string 2", "ITCD": "sample string 3", "STOCKITEM": "sample string 4", "ORDERNO": "sample string 5", "RECDQTY": 6.1, "RECDAMT": 7.1, "PENDINGQTY": 8.1, "RECDRATE": 9.1, "PENDINGAMT": 10.1, "DATE": "sample string 11", "DAYSDIFF": "sample string 12", "DUEDATE": "sample string 13", "fromdt": "sample string 14", "todt": "sample string 15" } ]
text/html
Sample:
[{"CCCD":"sample string 1","PARTYLEDGERNAME":"sample string 2","ITCD":"sample string 3","STOCKITEM":"sample string 4","ORDERNO":"sample string 5","RECDQTY":6.1,"RECDAMT":7.1,"PENDINGQTY":8.1,"RECDRATE":9.1,"PENDINGAMT":10.1,"DATE":"sample string 11","DAYSDIFF":"sample string 12","DUEDATE":"sample string 13","fromdt":"sample string 14","todt":"sample string 15"},{"CCCD":"sample string 1","PARTYLEDGERNAME":"sample string 2","ITCD":"sample string 3","STOCKITEM":"sample string 4","ORDERNO":"sample string 5","RECDQTY":6.1,"RECDAMT":7.1,"PENDINGQTY":8.1,"RECDRATE":9.1,"PENDINGAMT":10.1,"DATE":"sample string 11","DAYSDIFF":"sample string 12","DUEDATE":"sample string 13","fromdt":"sample string 14","todt":"sample string 15"},{"CCCD":"sample string 1","PARTYLEDGERNAME":"sample string 2","ITCD":"sample string 3","STOCKITEM":"sample string 4","ORDERNO":"sample string 5","RECDQTY":6.1,"RECDAMT":7.1,"PENDINGQTY":8.1,"RECDRATE":9.1,"PENDINGAMT":10.1,"DATE":"sample string 11","DAYSDIFF":"sample string 12","DUEDATE":"sample string 13","fromdt":"sample string 14","todt":"sample string 15"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLPurOrdOutAllItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLPurOrdOutAllItem> <CCCD>sample string 1</CCCD> <DATE>sample string 11</DATE> <DAYSDIFF>sample string 12</DAYSDIFF> <DUEDATE>sample string 13</DUEDATE> <ITCD>sample string 3</ITCD> <ORDERNO>sample string 5</ORDERNO> <PARTYLEDGERNAME>sample string 2</PARTYLEDGERNAME> <PENDINGAMT>10.1</PENDINGAMT> <PENDINGQTY>8.1</PENDINGQTY> <RECDAMT>7.1</RECDAMT> <RECDQTY>6.1</RECDQTY> <RECDRATE>9.1</RECDRATE> <STOCKITEM>sample string 4</STOCKITEM> <fromdt>sample string 14</fromdt> <todt>sample string 15</todt> </PBXMLPurOrdOutAllItem> <PBXMLPurOrdOutAllItem> <CCCD>sample string 1</CCCD> <DATE>sample string 11</DATE> <DAYSDIFF>sample string 12</DAYSDIFF> <DUEDATE>sample string 13</DUEDATE> <ITCD>sample string 3</ITCD> <ORDERNO>sample string 5</ORDERNO> <PARTYLEDGERNAME>sample string 2</PARTYLEDGERNAME> <PENDINGAMT>10.1</PENDINGAMT> <PENDINGQTY>8.1</PENDINGQTY> <RECDAMT>7.1</RECDAMT> <RECDQTY>6.1</RECDQTY> <RECDRATE>9.1</RECDRATE> <STOCKITEM>sample string 4</STOCKITEM> <fromdt>sample string 14</fromdt> <todt>sample string 15</todt> </PBXMLPurOrdOutAllItem> <PBXMLPurOrdOutAllItem> <CCCD>sample string 1</CCCD> <DATE>sample string 11</DATE> <DAYSDIFF>sample string 12</DAYSDIFF> <DUEDATE>sample string 13</DUEDATE> <ITCD>sample string 3</ITCD> <ORDERNO>sample string 5</ORDERNO> <PARTYLEDGERNAME>sample string 2</PARTYLEDGERNAME> <PENDINGAMT>10.1</PENDINGAMT> <PENDINGQTY>8.1</PENDINGQTY> <RECDAMT>7.1</RECDAMT> <RECDQTY>6.1</RECDQTY> <RECDRATE>9.1</RECDRATE> <STOCKITEM>sample string 4</STOCKITEM> <fromdt>sample string 14</fromdt> <todt>sample string 15</todt> </PBXMLPurOrdOutAllItem> </ArrayOfPBXMLPurOrdOutAllItem>