GET api/Employee/GetLoanDetail/{loanid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanid

string

Required

Body Parameters

None.

Response Information

Resource Description

GetLoanDetail_Result
NameDescriptionTypeAdditional information
empid

string

None.

loanid

string

None.

empname

string

None.

Reqloanamount

decimal number

None.

tenuaremonth

string

None.

description

string

None.

Approveloanamount

decimal number

None.

Approveremark

string

None.

approveby

string

None.

approvename

string

None.

approvedate

date

None.

status

integer

None.

createdate

date

None.

createby

string

None.

updateby

string

None.

updateon

date

None.

paidamount

decimal number

None.

balanceamt

decimal number

None.

perioda

date

None.

installment

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "empid": "sample string 1",
  "loanid": "sample string 2",
  "empname": "sample string 3",
  "Reqloanamount": 1.0,
  "tenuaremonth": "sample string 4",
  "description": "sample string 5",
  "Approveloanamount": 1.0,
  "Approveremark": "sample string 6",
  "approveby": "sample string 7",
  "approvename": "sample string 8",
  "approvedate": "2025-05-10T12:37:50.0370097+05:30",
  "status": 1,
  "createdate": "2025-05-10T12:37:50.0370097+05:30",
  "createby": "sample string 9",
  "updateby": "sample string 10",
  "updateon": "2025-05-10T12:37:50.0370097+05:30",
  "paidamount": 1.0,
  "balanceamt": 1.0,
  "perioda": "2025-05-10T12:37:50.0370097+05:30",
  "installment": 1.0
}

application/xml, text/xml

Sample:
<GetLoanDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <Approveloanamount>1</Approveloanamount>
  <Approveremark>sample string 6</Approveremark>
  <Reqloanamount>1</Reqloanamount>
  <approveby>sample string 7</approveby>
  <approvedate>2025-05-10T12:37:50.0370097+05:30</approvedate>
  <approvename>sample string 8</approvename>
  <balanceamt>1</balanceamt>
  <createby>sample string 9</createby>
  <createdate>2025-05-10T12:37:50.0370097+05:30</createdate>
  <description>sample string 5</description>
  <empid>sample string 1</empid>
  <empname>sample string 3</empname>
  <installment>1</installment>
  <loanid>sample string 2</loanid>
  <paidamount>1</paidamount>
  <perioda>2025-05-10T12:37:50.0370097+05:30</perioda>
  <status>1</status>
  <tenuaremonth>sample string 4</tenuaremonth>
  <updateby>sample string 10</updateby>
  <updateon>2025-05-10T12:37:50.0370097+05:30</updateon>
</GetLoanDetail_Result>