GET api/Employee/GetEmployeeLoanList?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEmployeeLoanList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| depname | string |
None. |
|
| depid | string |
None. |
|
| loanid | string |
None. |
|
| empid | string |
None. |
|
| fullname | string |
None. |
|
| tenuaremonth | string |
None. |
|
| reqloanamount | decimal number |
None. |
|
| description | string |
None. |
|
| installment | decimal number |
None. |
|
| approveloanamount | decimal number |
None. |
|
| approveremark | string |
None. |
|
| approveby | string |
None. |
|
| paidamount | decimal number |
None. |
|
| balanceamt | decimal number |
None. |
|
| approvedate | date |
None. |
|
| status | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"pgname": "sample string 2",
"depname": "sample string 3",
"depid": "sample string 4",
"loanid": "sample string 5",
"empid": "sample string 6",
"fullname": "sample string 7",
"tenuaremonth": "sample string 8",
"reqloanamount": 1.0,
"description": "sample string 9",
"installment": 1.0,
"approveloanamount": 1.0,
"approveremark": "sample string 10",
"approveby": "sample string 11",
"paidamount": 1.0,
"balanceamt": 1.0,
"approvedate": "2025-10-30T02:58:27.6448798+05:30",
"status": 1,
"tRecordCount": 12
},
{
"pgid": "sample string 1",
"pgname": "sample string 2",
"depname": "sample string 3",
"depid": "sample string 4",
"loanid": "sample string 5",
"empid": "sample string 6",
"fullname": "sample string 7",
"tenuaremonth": "sample string 8",
"reqloanamount": 1.0,
"description": "sample string 9",
"installment": 1.0,
"approveloanamount": 1.0,
"approveremark": "sample string 10",
"approveby": "sample string 11",
"paidamount": 1.0,
"balanceamt": 1.0,
"approvedate": "2025-10-30T02:58:27.6448798+05:30",
"status": 1,
"tRecordCount": 12
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEmployeeLoanList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEmployeeLoanList_Result>
<approveby>sample string 11</approveby>
<approvedate>2025-10-30T02:58:27.6448798+05:30</approvedate>
<approveloanamount>1</approveloanamount>
<approveremark>sample string 10</approveremark>
<balanceamt>1</balanceamt>
<depid>sample string 4</depid>
<depname>sample string 3</depname>
<description>sample string 9</description>
<empid>sample string 6</empid>
<fullname>sample string 7</fullname>
<installment>1</installment>
<loanid>sample string 5</loanid>
<paidamount>1</paidamount>
<pgid>sample string 1</pgid>
<pgname>sample string 2</pgname>
<reqloanamount>1</reqloanamount>
<status>1</status>
<tRecordCount>12</tRecordCount>
<tenuaremonth>sample string 8</tenuaremonth>
</GetEmployeeLoanList_Result>
<GetEmployeeLoanList_Result>
<approveby>sample string 11</approveby>
<approvedate>2025-10-30T02:58:27.6448798+05:30</approvedate>
<approveloanamount>1</approveloanamount>
<approveremark>sample string 10</approveremark>
<balanceamt>1</balanceamt>
<depid>sample string 4</depid>
<depname>sample string 3</depname>
<description>sample string 9</description>
<empid>sample string 6</empid>
<fullname>sample string 7</fullname>
<installment>1</installment>
<loanid>sample string 5</loanid>
<paidamount>1</paidamount>
<pgid>sample string 1</pgid>
<pgname>sample string 2</pgname>
<reqloanamount>1</reqloanamount>
<status>1</status>
<tRecordCount>12</tRecordCount>
<tenuaremonth>sample string 8</tenuaremonth>
</GetEmployeeLoanList_Result>
</ArrayOfGetEmployeeLoanList_Result>