POST DigitalLending/GetRate
Request Information
URI Parameters
None.
Body Parameters
RateEnquiry| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
Required |
|
| Tenor | integer |
Required |
|
| LoanType | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.0,
"Tenor": 2,
"LoanType": "sample string 3"
}
Response Information
Resource Description
RateEnquiryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanAmount | decimal number |
None. |
|
| Tenor | integer |
None. |
|
| StartDate | date |
None. |
|
| InterestRate | decimal number |
None. |
|
| LoanType | string |
None. |
|
| TenorInMonth | integer |
None. |
|
| TotalRepaymentIntrest | decimal number |
None. |
|
| TotalRepaymentPrincipal | decimal number |
None. |
|
| TotalRepaymentAmount | decimal number |
None. |
Response Formats
application/json
Sample:
text/json
Sample: