GET api/PBXMLVOutstandingsLedger/OutstandingsLedgerConList?cccd={cccd}&AccNo={AccNo}&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. |
AccNo | 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", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": "sample string 6", "SBILLCL": "sample string 7", "OpeningAmount": "sample string 8", "PENDINGAMT": "sample string 9", "Voucher_Number": "sample string 10", "Voucher_type": "sample string 11", "trkey": "sample string 12", "trtype": "sample string 13", "trcode": "sample string 14", "DATE": "sample string 15", "UNIT": "sample string 16" }, { "cccd": "sample string 1", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": "sample string 6", "SBILLCL": "sample string 7", "OpeningAmount": "sample string 8", "PENDINGAMT": "sample string 9", "Voucher_Number": "sample string 10", "Voucher_type": "sample string 11", "trkey": "sample string 12", "trtype": "sample string 13", "trcode": "sample string 14", "DATE": "sample string 15", "UNIT": "sample string 16" }, { "cccd": "sample string 1", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": "sample string 6", "SBILLCL": "sample string 7", "OpeningAmount": "sample string 8", "PENDINGAMT": "sample string 9", "Voucher_Number": "sample string 10", "Voucher_type": "sample string 11", "trkey": "sample string 12", "trtype": "sample string 13", "trcode": "sample string 14", "DATE": "sample string 15", "UNIT": "sample string 16" } ]
text/html
Sample:
[{"cccd":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":"sample string 6","SBILLCL":"sample string 7","OpeningAmount":"sample string 8","PENDINGAMT":"sample string 9","Voucher_Number":"sample string 10","Voucher_type":"sample string 11","trkey":"sample string 12","trtype":"sample string 13","trcode":"sample string 14","DATE":"sample string 15","UNIT":"sample string 16"},{"cccd":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":"sample string 6","SBILLCL":"sample string 7","OpeningAmount":"sample string 8","PENDINGAMT":"sample string 9","Voucher_Number":"sample string 10","Voucher_type":"sample string 11","trkey":"sample string 12","trtype":"sample string 13","trcode":"sample string 14","DATE":"sample string 15","UNIT":"sample string 16"},{"cccd":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":"sample string 6","SBILLCL":"sample string 7","OpeningAmount":"sample string 8","PENDINGAMT":"sample string 9","Voucher_Number":"sample string 10","Voucher_type":"sample string 11","trkey":"sample string 12","trtype":"sample string 13","trcode":"sample string 14","DATE":"sample string 15","UNIT":"sample string 16"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVOutstandingsLedger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVOutstandingsLedger> <AccNo>2.1</AccNo> <BILLCL>sample string 6</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLPARTY>sample string 5</BILLPARTY> <BILLREF>sample string 4</BILLREF> <DATE>sample string 15</DATE> <OpeningAmount>sample string 8</OpeningAmount> <PENDINGAMT>sample string 9</PENDINGAMT> <SBILLCL>sample string 7</SBILLCL> <UNIT>sample string 16</UNIT> <Voucher_Number>sample string 10</Voucher_Number> <Voucher_type>sample string 11</Voucher_type> <cccd>sample string 1</cccd> <trcode>sample string 14</trcode> <trkey>sample string 12</trkey> <trtype>sample string 13</trtype> </PBXMLVOutstandingsLedger> <PBXMLVOutstandingsLedger> <AccNo>2.1</AccNo> <BILLCL>sample string 6</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLPARTY>sample string 5</BILLPARTY> <BILLREF>sample string 4</BILLREF> <DATE>sample string 15</DATE> <OpeningAmount>sample string 8</OpeningAmount> <PENDINGAMT>sample string 9</PENDINGAMT> <SBILLCL>sample string 7</SBILLCL> <UNIT>sample string 16</UNIT> <Voucher_Number>sample string 10</Voucher_Number> <Voucher_type>sample string 11</Voucher_type> <cccd>sample string 1</cccd> <trcode>sample string 14</trcode> <trkey>sample string 12</trkey> <trtype>sample string 13</trtype> </PBXMLVOutstandingsLedger> <PBXMLVOutstandingsLedger> <AccNo>2.1</AccNo> <BILLCL>sample string 6</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLPARTY>sample string 5</BILLPARTY> <BILLREF>sample string 4</BILLREF> <DATE>sample string 15</DATE> <OpeningAmount>sample string 8</OpeningAmount> <PENDINGAMT>sample string 9</PENDINGAMT> <SBILLCL>sample string 7</SBILLCL> <UNIT>sample string 16</UNIT> <Voucher_Number>sample string 10</Voucher_Number> <Voucher_type>sample string 11</Voucher_type> <cccd>sample string 1</cccd> <trcode>sample string 14</trcode> <trkey>sample string 12</trkey> <trtype>sample string 13</trtype> </PBXMLVOutstandingsLedger> </ArrayOfPBXMLVOutstandingsLedger>