GET api/PBXMLVLedgerList/GetAllInvLedger?cccd={cccd}&trkey={trkey}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| trkey | 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",
"trkey": "sample string 2",
"InvTyp": "sample string 3",
"InvCode": "sample string 4",
"InvNo": "sample string 5",
"InvDt": "2025-11-04T22:15:47.4157608+05:30",
"ClId": 7.1,
"Clin_name": "sample string 8",
"led_No": 9.1,
"ledger_name": "sample string 10",
"TAG": "sample string 11",
"led_amt": 12.1,
"percentage": 13.1,
"TotQty": 14.1,
"Cnt": 15.1
},
{
"cccd": "sample string 1",
"trkey": "sample string 2",
"InvTyp": "sample string 3",
"InvCode": "sample string 4",
"InvNo": "sample string 5",
"InvDt": "2025-11-04T22:15:47.4157608+05:30",
"ClId": 7.1,
"Clin_name": "sample string 8",
"led_No": 9.1,
"ledger_name": "sample string 10",
"TAG": "sample string 11",
"led_amt": 12.1,
"percentage": 13.1,
"TotQty": 14.1,
"Cnt": 15.1
},
{
"cccd": "sample string 1",
"trkey": "sample string 2",
"InvTyp": "sample string 3",
"InvCode": "sample string 4",
"InvNo": "sample string 5",
"InvDt": "2025-11-04T22:15:47.4157608+05:30",
"ClId": 7.1,
"Clin_name": "sample string 8",
"led_No": 9.1,
"ledger_name": "sample string 10",
"TAG": "sample string 11",
"led_amt": 12.1,
"percentage": 13.1,
"TotQty": 14.1,
"Cnt": 15.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","trkey":"sample string 2","InvTyp":"sample string 3","InvCode":"sample string 4","InvNo":"sample string 5","InvDt":"2025-11-04T22:15:47.4157608+05:30","ClId":7.1,"Clin_name":"sample string 8","led_No":9.1,"ledger_name":"sample string 10","TAG":"sample string 11","led_amt":12.1,"percentage":13.1,"TotQty":14.1,"Cnt":15.1},{"cccd":"sample string 1","trkey":"sample string 2","InvTyp":"sample string 3","InvCode":"sample string 4","InvNo":"sample string 5","InvDt":"2025-11-04T22:15:47.4157608+05:30","ClId":7.1,"Clin_name":"sample string 8","led_No":9.1,"ledger_name":"sample string 10","TAG":"sample string 11","led_amt":12.1,"percentage":13.1,"TotQty":14.1,"Cnt":15.1},{"cccd":"sample string 1","trkey":"sample string 2","InvTyp":"sample string 3","InvCode":"sample string 4","InvNo":"sample string 5","InvDt":"2025-11-04T22:15:47.4157608+05:30","ClId":7.1,"Clin_name":"sample string 8","led_No":9.1,"ledger_name":"sample string 10","TAG":"sample string 11","led_amt":12.1,"percentage":13.1,"TotQty":14.1,"Cnt":15.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVInvLedger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVInvLedger>
<ClId>7.1</ClId>
<Clin_name>sample string 8</Clin_name>
<Cnt>15.1</Cnt>
<InvCode>sample string 4</InvCode>
<InvDt>2025-11-04T22:15:47.4157608+05:30</InvDt>
<InvNo>sample string 5</InvNo>
<InvTyp>sample string 3</InvTyp>
<TAG>sample string 11</TAG>
<TotQty>14.1</TotQty>
<cccd>sample string 1</cccd>
<led_No>9.1</led_No>
<led_amt>12.1</led_amt>
<ledger_name>sample string 10</ledger_name>
<percentage>13.1</percentage>
<trkey>sample string 2</trkey>
</PBXMLVInvLedger>
<PBXMLVInvLedger>
<ClId>7.1</ClId>
<Clin_name>sample string 8</Clin_name>
<Cnt>15.1</Cnt>
<InvCode>sample string 4</InvCode>
<InvDt>2025-11-04T22:15:47.4157608+05:30</InvDt>
<InvNo>sample string 5</InvNo>
<InvTyp>sample string 3</InvTyp>
<TAG>sample string 11</TAG>
<TotQty>14.1</TotQty>
<cccd>sample string 1</cccd>
<led_No>9.1</led_No>
<led_amt>12.1</led_amt>
<ledger_name>sample string 10</ledger_name>
<percentage>13.1</percentage>
<trkey>sample string 2</trkey>
</PBXMLVInvLedger>
<PBXMLVInvLedger>
<ClId>7.1</ClId>
<Clin_name>sample string 8</Clin_name>
<Cnt>15.1</Cnt>
<InvCode>sample string 4</InvCode>
<InvDt>2025-11-04T22:15:47.4157608+05:30</InvDt>
<InvNo>sample string 5</InvNo>
<InvTyp>sample string 3</InvTyp>
<TAG>sample string 11</TAG>
<TotQty>14.1</TotQty>
<cccd>sample string 1</cccd>
<led_No>9.1</led_No>
<led_amt>12.1</led_amt>
<ledger_name>sample string 10</ledger_name>
<percentage>13.1</percentage>
<trkey>sample string 2</trkey>
</PBXMLVInvLedger>
</ArrayOfPBXMLVInvLedger>