POST api/Advance/LoanApproval
Request Information
URI Parameters
None.
Body Parameters
LoanApprovaldata| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenNo | string |
None. |
|
| EmployeeCode | integer |
None. |
|
| AdvanceType | string |
None. |
|
| LoanId | integer |
None. |
|
| EmailAddress | string |
None. |
|
| Status | integer |
None. |
|
| Remark | string |
None. |
|
| AccountStatus | integer |
None. |
|
| HodStatus | integer |
None. |
|
| CeoStatus | integer |
None. |
|
| ApprovedAmount | decimal number |
None. |
|
| ApprovedEMI | integer |
None. |
|
| InstallmentAmount | decimal number |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TokenNo": "sample string 1",
"EmployeeCode": 2,
"AdvanceType": "sample string 3",
"LoanId": 4,
"EmailAddress": "sample string 5",
"Status": 6,
"Remark": "sample string 7",
"AccountStatus": 8,
"HodStatus": 9,
"CeoStatus": 10,
"ApprovedAmount": 11.0,
"ApprovedEMI": 12,
"InstallmentAmount": 13.0,
"Password": "sample string 14"
}
application/xml, text/xml
Sample:
<LoanApprovaldata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datapayrollapi.Models"> <AccountStatus>8</AccountStatus> <AdvanceType>sample string 3</AdvanceType> <ApprovedAmount>11</ApprovedAmount> <ApprovedEMI>12</ApprovedEMI> <CeoStatus>10</CeoStatus> <EmailAddress>sample string 5</EmailAddress> <EmployeeCode>2</EmployeeCode> <HodStatus>9</HodStatus> <InstallmentAmount>13</InstallmentAmount> <LoanId>4</LoanId> <Password>sample string 14</Password> <Remark>sample string 7</Remark> <Status>6</Status> <TokenNo>sample string 1</TokenNo> </LoanApprovaldata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |