GET api/PBXMLLedVoucher/GetAllPBXMLVLedger?cccd={cccd}&fromdt={fromdt}&todt={todt}&AccNo={AccNo}
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. |
| AccNo | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"trdt": "sample string 1",
"Name": "sample string 2",
"DrAmt1": "sample string 3",
"CrAmt1": "sample string 4",
"trno": "sample string 5",
"trkey": "sample string 6",
"trtype": "sample string 7",
"trcode": "sample string 8",
"trdesc": "sample string 9"
},
{
"trdt": "sample string 1",
"Name": "sample string 2",
"DrAmt1": "sample string 3",
"CrAmt1": "sample string 4",
"trno": "sample string 5",
"trkey": "sample string 6",
"trtype": "sample string 7",
"trcode": "sample string 8",
"trdesc": "sample string 9"
},
{
"trdt": "sample string 1",
"Name": "sample string 2",
"DrAmt1": "sample string 3",
"CrAmt1": "sample string 4",
"trno": "sample string 5",
"trkey": "sample string 6",
"trtype": "sample string 7",
"trcode": "sample string 8",
"trdesc": "sample string 9"
}
]
text/html
Sample:
[{"trdt":"sample string 1","Name":"sample string 2","DrAmt1":"sample string 3","CrAmt1":"sample string 4","trno":"sample string 5","trkey":"sample string 6","trtype":"sample string 7","trcode":"sample string 8","trdesc":"sample string 9"},{"trdt":"sample string 1","Name":"sample string 2","DrAmt1":"sample string 3","CrAmt1":"sample string 4","trno":"sample string 5","trkey":"sample string 6","trtype":"sample string 7","trcode":"sample string 8","trdesc":"sample string 9"},{"trdt":"sample string 1","Name":"sample string 2","DrAmt1":"sample string 3","CrAmt1":"sample string 4","trno":"sample string 5","trkey":"sample string 6","trtype":"sample string 7","trcode":"sample string 8","trdesc":"sample string 9"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLLedVoucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLLedVoucher>
<CrAmt1>sample string 4</CrAmt1>
<DrAmt1>sample string 3</DrAmt1>
<Name>sample string 2</Name>
<trcode>sample string 8</trcode>
<trdesc>sample string 9</trdesc>
<trdt>sample string 1</trdt>
<trkey>sample string 6</trkey>
<trno>sample string 5</trno>
<trtype>sample string 7</trtype>
</PBXMLLedVoucher>
<PBXMLLedVoucher>
<CrAmt1>sample string 4</CrAmt1>
<DrAmt1>sample string 3</DrAmt1>
<Name>sample string 2</Name>
<trcode>sample string 8</trcode>
<trdesc>sample string 9</trdesc>
<trdt>sample string 1</trdt>
<trkey>sample string 6</trkey>
<trno>sample string 5</trno>
<trtype>sample string 7</trtype>
</PBXMLLedVoucher>
<PBXMLLedVoucher>
<CrAmt1>sample string 4</CrAmt1>
<DrAmt1>sample string 3</DrAmt1>
<Name>sample string 2</Name>
<trcode>sample string 8</trcode>
<trdesc>sample string 9</trdesc>
<trdt>sample string 1</trdt>
<trkey>sample string 6</trkey>
<trno>sample string 5</trno>
<trtype>sample string 7</trtype>
</PBXMLLedVoucher>
</ArrayOfPBXMLLedVoucher>