POST api/Employee/InsertEmployeeLoan
Request Information
URI Parameters
None.
Body Parameters
EmployeeLoan| Name | Description | Type | Additional information |
|---|---|---|---|
| loanid | string |
None. |
|
| empid | string |
None. |
|
| tenuaremonth | string |
None. |
|
| Reqloanamount | decimal number |
None. |
|
| description | string |
None. |
|
| installment | decimal number |
None. |
|
| balance | decimal number |
None. |
|
| Approveloanamount | decimal number |
None. |
|
| Approveremark | string |
None. |
|
| approveby | string |
None. |
|
| approvedate | date |
None. |
|
| status | integer |
None. |
|
| createdate | date |
None. |
|
| createby | string |
None. |
|
| seqno | integer |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
|
| approvetenuremonth | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"loanid": "sample string 1",
"empid": "sample string 2",
"tenuaremonth": "sample string 3",
"Reqloanamount": 1.0,
"description": "sample string 4",
"installment": 1.0,
"balance": 1.0,
"Approveloanamount": 1.0,
"Approveremark": "sample string 5",
"approveby": "sample string 6",
"approvedate": "2025-10-30T02:57:34.302211+05:30",
"status": 1,
"createdate": "2025-10-30T02:57:34.302211+05:30",
"createby": "sample string 7",
"seqno": 1,
"updateby": "sample string 8",
"updateon": "2025-10-30T02:57:34.302211+05:30",
"approvetenuremonth": "sample string 9"
}
application/xml, text/xml
Sample:
<EmployeeLoan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <Approveloanamount>1</Approveloanamount> <Approveremark>sample string 5</Approveremark> <Reqloanamount>1</Reqloanamount> <approveby>sample string 6</approveby> <approvedate>2025-10-30T02:57:34.302211+05:30</approvedate> <approvetenuremonth>sample string 9</approvetenuremonth> <balance>1</balance> <createby>sample string 7</createby> <createdate>2025-10-30T02:57:34.302211+05:30</createdate> <description>sample string 4</description> <empid>sample string 2</empid> <installment>1</installment> <loanid>sample string 1</loanid> <seqno>1</seqno> <status>1</status> <tenuaremonth>sample string 3</tenuaremonth> <updateby>sample string 8</updateby> <updateon>2025-10-30T02:57:34.302211+05:30</updateon> </EmployeeLoan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>