GET api/PBXMLVPayroll/GetAllPBXMLPayroll?cccd={cccd}&trtype={trtype}&trcode={trcode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| trtype | No documentation available. |
Define this parameter in the request URI. |
| trcode | 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",
"PaidTo": "sample string 2",
"trtype": "sample string 3",
"trcode": "sample string 4",
"VOUCHERTYPENAME": "sample string 5",
"VOUCHERNUMBER": "sample string 6",
"VOUCHERKEY": "sample string 7",
"CrAmt": "sample string 8",
"DrAmt": "sample string 9",
"DATE": "sample string 10",
"CREATEDSYSTEM": "sample string 11",
"LASTUPDATEDSYSTEM": "sample string 12",
"UID": 13,
"USERNAME": "sample string 14",
"LUID": 15,
"LUSERNAME": "sample string 16",
"CreatedDate": "2025-11-05T00:03:47.5860665+05:30",
"LastUpdatedDate": "2025-11-05T00:03:47.5860665+05:30",
"PAYHEADAMOUNT": 19,
"GrossSal": 20
},
{
"cccd": "sample string 1",
"PaidTo": "sample string 2",
"trtype": "sample string 3",
"trcode": "sample string 4",
"VOUCHERTYPENAME": "sample string 5",
"VOUCHERNUMBER": "sample string 6",
"VOUCHERKEY": "sample string 7",
"CrAmt": "sample string 8",
"DrAmt": "sample string 9",
"DATE": "sample string 10",
"CREATEDSYSTEM": "sample string 11",
"LASTUPDATEDSYSTEM": "sample string 12",
"UID": 13,
"USERNAME": "sample string 14",
"LUID": 15,
"LUSERNAME": "sample string 16",
"CreatedDate": "2025-11-05T00:03:47.5860665+05:30",
"LastUpdatedDate": "2025-11-05T00:03:47.5860665+05:30",
"PAYHEADAMOUNT": 19,
"GrossSal": 20
},
{
"cccd": "sample string 1",
"PaidTo": "sample string 2",
"trtype": "sample string 3",
"trcode": "sample string 4",
"VOUCHERTYPENAME": "sample string 5",
"VOUCHERNUMBER": "sample string 6",
"VOUCHERKEY": "sample string 7",
"CrAmt": "sample string 8",
"DrAmt": "sample string 9",
"DATE": "sample string 10",
"CREATEDSYSTEM": "sample string 11",
"LASTUPDATEDSYSTEM": "sample string 12",
"UID": 13,
"USERNAME": "sample string 14",
"LUID": 15,
"LUSERNAME": "sample string 16",
"CreatedDate": "2025-11-05T00:03:47.5860665+05:30",
"LastUpdatedDate": "2025-11-05T00:03:47.5860665+05:30",
"PAYHEADAMOUNT": 19,
"GrossSal": 20
}
]
text/html
Sample:
[{"cccd":"sample string 1","PaidTo":"sample string 2","trtype":"sample string 3","trcode":"sample string 4","VOUCHERTYPENAME":"sample string 5","VOUCHERNUMBER":"sample string 6","VOUCHERKEY":"sample string 7","CrAmt":"sample string 8","DrAmt":"sample string 9","DATE":"sample string 10","CREATEDSYSTEM":"sample string 11","LASTUPDATEDSYSTEM":"sample string 12","UID":13,"USERNAME":"sample string 14","LUID":15,"LUSERNAME":"sample string 16","CreatedDate":"2025-11-05T00:03:47.5860665+05:30","LastUpdatedDate":"2025-11-05T00:03:47.5860665+05:30","PAYHEADAMOUNT":19,"GrossSal":20},{"cccd":"sample string 1","PaidTo":"sample string 2","trtype":"sample string 3","trcode":"sample string 4","VOUCHERTYPENAME":"sample string 5","VOUCHERNUMBER":"sample string 6","VOUCHERKEY":"sample string 7","CrAmt":"sample string 8","DrAmt":"sample string 9","DATE":"sample string 10","CREATEDSYSTEM":"sample string 11","LASTUPDATEDSYSTEM":"sample string 12","UID":13,"USERNAME":"sample string 14","LUID":15,"LUSERNAME":"sample string 16","CreatedDate":"2025-11-05T00:03:47.5860665+05:30","LastUpdatedDate":"2025-11-05T00:03:47.5860665+05:30","PAYHEADAMOUNT":19,"GrossSal":20},{"cccd":"sample string 1","PaidTo":"sample string 2","trtype":"sample string 3","trcode":"sample string 4","VOUCHERTYPENAME":"sample string 5","VOUCHERNUMBER":"sample string 6","VOUCHERKEY":"sample string 7","CrAmt":"sample string 8","DrAmt":"sample string 9","DATE":"sample string 10","CREATEDSYSTEM":"sample string 11","LASTUPDATEDSYSTEM":"sample string 12","UID":13,"USERNAME":"sample string 14","LUID":15,"LUSERNAME":"sample string 16","CreatedDate":"2025-11-05T00:03:47.5860665+05:30","LastUpdatedDate":"2025-11-05T00:03:47.5860665+05:30","PAYHEADAMOUNT":19,"GrossSal":20}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVPayroll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVPayroll>
<CREATEDSYSTEM>sample string 11</CREATEDSYSTEM>
<CrAmt>sample string 8</CrAmt>
<CreatedDate>2025-11-05T00:03:47.5860665+05:30</CreatedDate>
<DATE>sample string 10</DATE>
<DrAmt>sample string 9</DrAmt>
<GrossSal>20</GrossSal>
<LASTUPDATEDSYSTEM>sample string 12</LASTUPDATEDSYSTEM>
<LUID>15</LUID>
<LUSERNAME>sample string 16</LUSERNAME>
<LastUpdatedDate>2025-11-05T00:03:47.5860665+05:30</LastUpdatedDate>
<PAYHEADAMOUNT>19</PAYHEADAMOUNT>
<PaidTo>sample string 2</PaidTo>
<UID>13</UID>
<USERNAME>sample string 14</USERNAME>
<VOUCHERKEY>sample string 7</VOUCHERKEY>
<VOUCHERNUMBER>sample string 6</VOUCHERNUMBER>
<VOUCHERTYPENAME>sample string 5</VOUCHERTYPENAME>
<cccd>sample string 1</cccd>
<trcode>sample string 4</trcode>
<trtype>sample string 3</trtype>
</PBXMLVPayroll>
<PBXMLVPayroll>
<CREATEDSYSTEM>sample string 11</CREATEDSYSTEM>
<CrAmt>sample string 8</CrAmt>
<CreatedDate>2025-11-05T00:03:47.5860665+05:30</CreatedDate>
<DATE>sample string 10</DATE>
<DrAmt>sample string 9</DrAmt>
<GrossSal>20</GrossSal>
<LASTUPDATEDSYSTEM>sample string 12</LASTUPDATEDSYSTEM>
<LUID>15</LUID>
<LUSERNAME>sample string 16</LUSERNAME>
<LastUpdatedDate>2025-11-05T00:03:47.5860665+05:30</LastUpdatedDate>
<PAYHEADAMOUNT>19</PAYHEADAMOUNT>
<PaidTo>sample string 2</PaidTo>
<UID>13</UID>
<USERNAME>sample string 14</USERNAME>
<VOUCHERKEY>sample string 7</VOUCHERKEY>
<VOUCHERNUMBER>sample string 6</VOUCHERNUMBER>
<VOUCHERTYPENAME>sample string 5</VOUCHERTYPENAME>
<cccd>sample string 1</cccd>
<trcode>sample string 4</trcode>
<trtype>sample string 3</trtype>
</PBXMLVPayroll>
<PBXMLVPayroll>
<CREATEDSYSTEM>sample string 11</CREATEDSYSTEM>
<CrAmt>sample string 8</CrAmt>
<CreatedDate>2025-11-05T00:03:47.5860665+05:30</CreatedDate>
<DATE>sample string 10</DATE>
<DrAmt>sample string 9</DrAmt>
<GrossSal>20</GrossSal>
<LASTUPDATEDSYSTEM>sample string 12</LASTUPDATEDSYSTEM>
<LUID>15</LUID>
<LUSERNAME>sample string 16</LUSERNAME>
<LastUpdatedDate>2025-11-05T00:03:47.5860665+05:30</LastUpdatedDate>
<PAYHEADAMOUNT>19</PAYHEADAMOUNT>
<PaidTo>sample string 2</PaidTo>
<UID>13</UID>
<USERNAME>sample string 14</USERNAME>
<VOUCHERKEY>sample string 7</VOUCHERKEY>
<VOUCHERNUMBER>sample string 6</VOUCHERNUMBER>
<VOUCHERTYPENAME>sample string 5</VOUCHERTYPENAME>
<cccd>sample string 1</cccd>
<trcode>sample string 4</trcode>
<trtype>sample string 3</trtype>
</PBXMLVPayroll>
</ArrayOfPBXMLVPayroll>