Foreclosure Letter
GET Foreclosure Letter
This API enables the user to retrieve the Foreclosure Letter for the Loan Id, Which includes all the data that the user need to know in order to perform Foreclosure. In order, to retrieve foreclosure letter the user have to specify the Foreclosure charge rate and Date of closure in accordance to which foreclosure letter should be made.
URL: {{base_url}}/loan-management/v1/getPdf
Request
Query Parameter
Key | Data Type | Value |
loanId* | integer | - |
deliverable_type* | String | Static : foreclosure_letter* |
due_date* | Date ( yyyy - MM - dd ) | - |
fc_charge_rate* | Integer | 0 |
*required parameter
Response: 200
{}
|
No Comments