API – Suspend Forecast Payments
Suspending
To suspend forecast payments, send a POST request to a URL formatted as follows:
https://loanpro.simnang.com/api/public/api/1/Loans(<id>)/AutoPal.SuspendForecast(<date>)
- “<id>” – The ID of the target loan
- “<date>” – The date to suspend forecast payments to (formatted “YYYY-MM-DD”)
Clearing Suspension
To clear a suspended forecast, send a POST request to a URL formatted as follows:
https://loanpro.simnang.com/api/public/api/1/Loans(<id>)/AutoPal.SuspendForecast(0000-00-00)
- “<id>” – The ID of the target loan