GET api/PBXMLVOverduePayables/OutstandingsPayableConList?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", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": 6.1, "SBILLCL": "sample string 7", "BILLPDC": "sample string 8", "SBILLPDC": "sample string 9", "BILLFINAL": "sample string 10", "SBILLFINAL": "sample string 11", "from": "sample string 12", "to": "sample string 13" }, { "CCCD": "sample string 1", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": 6.1, "SBILLCL": "sample string 7", "BILLPDC": "sample string 8", "SBILLPDC": "sample string 9", "BILLFINAL": "sample string 10", "SBILLFINAL": "sample string 11", "from": "sample string 12", "to": "sample string 13" }, { "CCCD": "sample string 1", "AccNo": 2.1, "BILLDATE": "sample string 3", "BILLREF": "sample string 4", "BILLPARTY": "sample string 5", "BILLCL": 6.1, "SBILLCL": "sample string 7", "BILLPDC": "sample string 8", "SBILLPDC": "sample string 9", "BILLFINAL": "sample string 10", "SBILLFINAL": "sample string 11", "from": "sample string 12", "to": "sample string 13" } ]
text/html
Sample:
[{"CCCD":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":6.1,"SBILLCL":"sample string 7","BILLPDC":"sample string 8","SBILLPDC":"sample string 9","BILLFINAL":"sample string 10","SBILLFINAL":"sample string 11","from":"sample string 12","to":"sample string 13"},{"CCCD":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":6.1,"SBILLCL":"sample string 7","BILLPDC":"sample string 8","SBILLPDC":"sample string 9","BILLFINAL":"sample string 10","SBILLFINAL":"sample string 11","from":"sample string 12","to":"sample string 13"},{"CCCD":"sample string 1","AccNo":2.1,"BILLDATE":"sample string 3","BILLREF":"sample string 4","BILLPARTY":"sample string 5","BILLCL":6.1,"SBILLCL":"sample string 7","BILLPDC":"sample string 8","SBILLPDC":"sample string 9","BILLFINAL":"sample string 10","SBILLFINAL":"sample string 11","from":"sample string 12","to":"sample string 13"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVOverduePayables xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVOverduePayables> <AccNo>2.1</AccNo> <BILLCL>6.1</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLFINAL>sample string 10</BILLFINAL> <BILLPARTY>sample string 5</BILLPARTY> <BILLPDC>sample string 8</BILLPDC> <BILLREF>sample string 4</BILLREF> <CCCD>sample string 1</CCCD> <SBILLCL>sample string 7</SBILLCL> <SBILLFINAL>sample string 11</SBILLFINAL> <SBILLPDC>sample string 9</SBILLPDC> <from>sample string 12</from> <to>sample string 13</to> </PBXMLVOverduePayables> <PBXMLVOverduePayables> <AccNo>2.1</AccNo> <BILLCL>6.1</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLFINAL>sample string 10</BILLFINAL> <BILLPARTY>sample string 5</BILLPARTY> <BILLPDC>sample string 8</BILLPDC> <BILLREF>sample string 4</BILLREF> <CCCD>sample string 1</CCCD> <SBILLCL>sample string 7</SBILLCL> <SBILLFINAL>sample string 11</SBILLFINAL> <SBILLPDC>sample string 9</SBILLPDC> <from>sample string 12</from> <to>sample string 13</to> </PBXMLVOverduePayables> <PBXMLVOverduePayables> <AccNo>2.1</AccNo> <BILLCL>6.1</BILLCL> <BILLDATE>sample string 3</BILLDATE> <BILLFINAL>sample string 10</BILLFINAL> <BILLPARTY>sample string 5</BILLPARTY> <BILLPDC>sample string 8</BILLPDC> <BILLREF>sample string 4</BILLREF> <CCCD>sample string 1</CCCD> <SBILLCL>sample string 7</SBILLCL> <SBILLFINAL>sample string 11</SBILLFINAL> <SBILLPDC>sample string 9</SBILLPDC> <from>sample string 12</from> <to>sample string 13</to> </PBXMLVOverduePayables> </ArrayOfPBXMLVOverduePayables>