GET api/PBXMLVLedgerList/GetAllPBXMLVLedgerList?cccd={cccd}&fromdt={fromdt}&todt={todt}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| fromdt | No documentation available. |
Define this parameter in the request URI. |
| todt | 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",
"fromdt": "sample string 2",
"todt": "sample string 3",
"ParentID": 4,
"AccNo": 5,
"LEDGERNAME": "sample string 6",
"OpDrAmt": 7.1,
"OpCrAmt": 8.1,
"TotDrAmt": 9.1,
"TotCrAmt": 10.1,
"CloseDr": "sample string 11",
"CloseCr": "sample string 12"
},
{
"cccd": "sample string 1",
"fromdt": "sample string 2",
"todt": "sample string 3",
"ParentID": 4,
"AccNo": 5,
"LEDGERNAME": "sample string 6",
"OpDrAmt": 7.1,
"OpCrAmt": 8.1,
"TotDrAmt": 9.1,
"TotCrAmt": 10.1,
"CloseDr": "sample string 11",
"CloseCr": "sample string 12"
},
{
"cccd": "sample string 1",
"fromdt": "sample string 2",
"todt": "sample string 3",
"ParentID": 4,
"AccNo": 5,
"LEDGERNAME": "sample string 6",
"OpDrAmt": 7.1,
"OpCrAmt": 8.1,
"TotDrAmt": 9.1,
"TotCrAmt": 10.1,
"CloseDr": "sample string 11",
"CloseCr": "sample string 12"
}
]
text/html
Sample:
[{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","ParentID":4,"AccNo":5,"LEDGERNAME":"sample string 6","OpDrAmt":7.1,"OpCrAmt":8.1,"TotDrAmt":9.1,"TotCrAmt":10.1,"CloseDr":"sample string 11","CloseCr":"sample string 12"},{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","ParentID":4,"AccNo":5,"LEDGERNAME":"sample string 6","OpDrAmt":7.1,"OpCrAmt":8.1,"TotDrAmt":9.1,"TotCrAmt":10.1,"CloseDr":"sample string 11","CloseCr":"sample string 12"},{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","ParentID":4,"AccNo":5,"LEDGERNAME":"sample string 6","OpDrAmt":7.1,"OpCrAmt":8.1,"TotDrAmt":9.1,"TotCrAmt":10.1,"CloseDr":"sample string 11","CloseCr":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVLedgerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVLedgerList>
<AccNo>5</AccNo>
<CloseCr>sample string 12</CloseCr>
<CloseDr>sample string 11</CloseDr>
<LEDGERNAME>sample string 6</LEDGERNAME>
<OpCrAmt>8.1</OpCrAmt>
<OpDrAmt>7.1</OpDrAmt>
<ParentID>4</ParentID>
<TotCrAmt>10.1</TotCrAmt>
<TotDrAmt>9.1</TotDrAmt>
<cccd>sample string 1</cccd>
<fromdt>sample string 2</fromdt>
<todt>sample string 3</todt>
</PBXMLVLedgerList>
<PBXMLVLedgerList>
<AccNo>5</AccNo>
<CloseCr>sample string 12</CloseCr>
<CloseDr>sample string 11</CloseDr>
<LEDGERNAME>sample string 6</LEDGERNAME>
<OpCrAmt>8.1</OpCrAmt>
<OpDrAmt>7.1</OpDrAmt>
<ParentID>4</ParentID>
<TotCrAmt>10.1</TotCrAmt>
<TotDrAmt>9.1</TotDrAmt>
<cccd>sample string 1</cccd>
<fromdt>sample string 2</fromdt>
<todt>sample string 3</todt>
</PBXMLVLedgerList>
<PBXMLVLedgerList>
<AccNo>5</AccNo>
<CloseCr>sample string 12</CloseCr>
<CloseDr>sample string 11</CloseDr>
<LEDGERNAME>sample string 6</LEDGERNAME>
<OpCrAmt>8.1</OpCrAmt>
<OpDrAmt>7.1</OpDrAmt>
<ParentID>4</ParentID>
<TotCrAmt>10.1</TotCrAmt>
<TotDrAmt>9.1</TotDrAmt>
<cccd>sample string 1</cccd>
<fromdt>sample string 2</fromdt>
<todt>sample string 3</todt>
</PBXMLVLedgerList>
</ArrayOfPBXMLVLedgerList>